diff --git a/webpack.config.js b/webpack.config.js index a4b5ce9dd..8f2ef021f 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -3,9 +3,13 @@ export const publicLibConfig = { mode: 'production', entry: './public/lib.js', cache: true, - devtool: 'source-map', + devtool: false, module: {}, - stats: 'minimal', + stats: { + preset: 'minimal', + assets: false, + modules: false, + }, experiments: { outputModule: true, },