Miguel Debruyne

Results 1 comments of Miguel Debruyne

I've just had this problem to. You need to add a `output` option as well, like this: ```js const options = { input: 'src/js/test.js', output: { sourcemap: false } };...