Explorar o código

Webpack: Simplify webpack.prod.js

Danilo Bargen %!s(int64=6) %!d(string=hai) anos
pai
achega
4d1cf83d44
Modificáronse 1 ficheiros con 0 adicións e 9 borrados
  1. 0 9
      webpack.prod.js

+ 0 - 9
webpack.prod.js

@@ -24,16 +24,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
 module.exports = merge(common, {
   mode: 'production',
   devtool: 'source-map',
-  performance: {
-    hints: 'warning'
-  },
-  output: {
-    pathinfo: false
-  },
   plugins: [
-    new webpack.DefinePlugin({'process.env.NODE_ENV': JSON.stringify('production')}),
-    new webpack.optimize.ModuleConcatenationPlugin(),
-    new webpack.NoEmitOnErrorsPlugin(),
     new webpack.BannerPlugin({banner: banner, entryOnly: true}),
   ],
 });