Przeglądaj źródła

Disable webpack source map

Alasdair Smith 8 lat temu
rodzic
commit
fba5e4f80a
1 zmienionych plików z 1 dodań i 2 usunięć
  1. 1 2
      services/web/webpack.config.prod.js

+ 1 - 2
services/web/webpack.config.prod.js

@@ -5,8 +5,7 @@ const merge = require('webpack-merge')
 const base = require('./webpack.config')
 
 module.exports = merge(base, {
-  // Enable a full source map.
-  devtool: 'source-map',
+  devtool: false,
 
   output: {
     // Override output path to minjs dir