mirror of https://github.com/status-im/codimd.git
Cleanup webpack production config
This commit is contained in:
parent
02eef3f68a
commit
05d5a44d99
|
@ -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"],
|
||||
|
|
Loading…
Reference in New Issue