diff options
author | Yukai Huang | 2016-10-12 14:17:03 +0800 |
---|---|---|
committer | Yukai Huang | 2016-10-12 14:17:03 +0800 |
commit | 05d5a44d99ac08a4e3f9cd54702f0e6451a2f49c (patch) | |
tree | 89525725170945a79a917ba19f7a634f0e033c84 | |
parent | 02eef3f68ae83b9d101f92f2a92b608879ba0855 (diff) |
Cleanup webpack production config
Diffstat (limited to '')
-rw-r--r-- | webpack.production.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/webpack.production.js b/webpack.production.js index c954bd43..ce8dd27e 100644 --- a/webpack.production.js +++ b/webpack.production.js @@ -12,9 +12,6 @@ module.exports = Object.assign({}, baseConfig, { io: "socket.io-client", key: "keymaster" }), - new webpack.DefinePlugin({ - "require.specified": "require.resolve" - }), new ExtractTextPlugin("[name].css"), new webpack.optimize.CommonsChunkPlugin({ name: ["vendor", "public", "slide", "locale"], |