Skip to content

Commit

Permalink
Merge pull request #4441 from camptocamp/rmHardSourceWebpackPlugin
Browse files Browse the repository at this point in the history
Remove HardSourceWebpackPlugin
  • Loading branch information
sbrunner committed Dec 4, 2018
2 parents 71c2fa7 + 1f57ea9 commit 75636ff
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions buildtools/webpack.commons.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
const path = require('path');
const webpack = require('webpack');
const SassPlugin = require('./webpack.plugin.js');
const HardSourceWebpackPlugin = require('hard-source-webpack-plugin');

const devMode = process.env.NODE_ENV !== 'production';

Expand Down Expand Up @@ -158,7 +157,6 @@ const config = function(hardSourceConfig, babelLoaderCacheDirectory) {
}
}),
new webpack.IgnorePlugin(/^\.\/locale$/, /node_modules\/moment\/src\/lib\/locale$/),
new HardSourceWebpackPlugin(hardSourceConfig || {}),
],
resolve: {
modules: [
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@
"file-saver": "2.0.0",
"floatthead": "2.1.2",
"fs-extra": "7.0.1",
"hard-source-webpack-plugin": "0.6.12",
"html-webpack-include-assets-plugin": "1.0.6",
"html-webpack-plugin": "3.2.0",
"istanbul-instrumenter-loader": "3.0.1",
Expand Down

0 comments on commit 75636ff

Please sign in to comment.