diff options
Diffstat (limited to 'client')
-rw-r--r-- | client/config/webpack.common.js | 1 | ||||
-rw-r--r-- | client/package.json | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/client/config/webpack.common.js b/client/config/webpack.common.js index 86cbf84d7..35ea8ed28 100644 --- a/client/config/webpack.common.js +++ b/client/config/webpack.common.js | |||
@@ -6,7 +6,6 @@ const helpers = require('./helpers') | |||
6 | 6 | ||
7 | const AssetsPlugin = require('assets-webpack-plugin') | 7 | const AssetsPlugin = require('assets-webpack-plugin') |
8 | const BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPlugin | 8 | const BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPlugin |
9 | const NormalModuleReplacementPlugin = require('webpack/lib/NormalModuleReplacementPlugin') | ||
10 | const ContextReplacementPlugin = require('webpack/lib/ContextReplacementPlugin') | 9 | const ContextReplacementPlugin = require('webpack/lib/ContextReplacementPlugin') |
11 | const CommonsChunkPlugin = require('webpack/lib/optimize/CommonsChunkPlugin') | 10 | const CommonsChunkPlugin = require('webpack/lib/optimize/CommonsChunkPlugin') |
12 | const CopyWebpackPlugin = require('copy-webpack-plugin') | 11 | const CopyWebpackPlugin = require('copy-webpack-plugin') |
diff --git a/client/package.json b/client/package.json index 00eb0e272..3e68007de 100644 --- a/client/package.json +++ b/client/package.json | |||
@@ -90,7 +90,7 @@ | |||
90 | "devDependencies": { | 90 | "devDependencies": { |
91 | "add-asset-html-webpack-plugin": "^1.0.2", | 91 | "add-asset-html-webpack-plugin": "^1.0.2", |
92 | "codelyzer": "^2.0.0", | 92 | "codelyzer": "^2.0.0", |
93 | "standard": "^9.0.0", | 93 | "standard": "^10.0.0", |
94 | "webpack-bundle-analyzer": "^2.2.1", | 94 | "webpack-bundle-analyzer": "^2.2.1", |
95 | "webpack-dll-bundles-plugin": "^1.0.0-beta.5" | 95 | "webpack-dll-bundles-plugin": "^1.0.0-beta.5" |
96 | } | 96 | } |