Skip to content

Commit a28776e

Browse files
authoredOct 11, 2017
[refactor] Update entry point in webpack configuration (#586)
Following #583.
1 parent 42501c6 commit a28776e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎support/webpack.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
module.exports = {
3-
entry: './index.js',
3+
entry: './lib/index.js',
44
output: {
55
filename: 'engine.io.js',
66
library: 'eio',

0 commit comments

Comments
 (0)
Please sign in to comment.