Skip to content

Commit

Permalink
[refactor] Update entry point in webpack configuration (#586)
Browse files Browse the repository at this point in the history
Following #583.
  • Loading branch information
darrachequesne committed Oct 11, 2017
1 parent 42501c6 commit a28776e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

module.exports = {
entry: './index.js',
entry: './lib/index.js',
output: {
filename: 'engine.io.js',
library: 'eio',
Expand Down

0 comments on commit a28776e

Please sign in to comment.