Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dkaledin authored May 17, 2017
1 parent 1b3ada1 commit 6f58c72
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,6 @@ function getWebpackConfig(config, fileHash, path) {
},
target: 'node',
externals: [nodeExternals()],
plugins: [
new ProvidePlugin({
WebSocket: ['websocket', 'w3cwebsocket'],
WebsocketAppServer: 'websocket-server-ts'
}),
],
resolve: {
extensions: ['.ts', '.tsx', '.js'],
alias: {}
Expand Down

0 comments on commit 6f58c72

Please sign in to comment.