diff --git a/support/webpack.config.js b/support/webpack.config.js index 0474083309..4d49bafec9 100644 --- a/support/webpack.config.js +++ b/support/webpack.config.js @@ -1,6 +1,6 @@ module.exports = { - entry: './index.js', + entry: './lib/index.js', output: { filename: 'engine.io.js', library: 'eio',