mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-13 14:44:43 -04:00
Fix engine.io-client webpack load dependency
This commit is contained in:
parent
4a6a69e7bc
commit
2e929879ad
2 changed files with 3 additions and 5 deletions
|
@ -12,9 +12,6 @@ module.exports = {
|
|||
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…
Add table
Add a link
Reference in a new issue