summaryrefslogtreecommitdiff
path: root/webpack.production.js
diff options
context:
space:
mode:
authorYukai Huang2016-10-12 14:17:03 +0800
committerYukai Huang2016-10-12 14:17:03 +0800
commit05d5a44d99ac08a4e3f9cd54702f0e6451a2f49c (patch)
tree89525725170945a79a917ba19f7a634f0e033c84 /webpack.production.js
parent02eef3f68ae83b9d101f92f2a92b608879ba0855 (diff)
Cleanup webpack production config
Diffstat (limited to 'webpack.production.js')
-rw-r--r--webpack.production.js3
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"],