Cleanup webpack production config
This commit is contained in:
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user