From c34ae2126938ca273cfd0cd9aea5d783703719ac Mon Sep 17 00:00:00 2001 From: Damien Arrachequesne Date: Tue, 10 Oct 2017 08:43:28 +0200 Subject: [PATCH] update entry point in webpack configuration Following #583. --- support/webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/webpack.config.js b/support/webpack.config.js index 047408330..4d49bafec 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',