Skip to content

Commit

Permalink
chore: removed unnecessary entries
Browse files Browse the repository at this point in the history
  • Loading branch information
derrandz committed Nov 28, 2017
1 parent 4464780 commit 30d7b9e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions webpack.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ module.exports = {
libraryTarget: 'umd',
umdNamedDefine: true
},
externals: {
// "ws": "WebSocket"
},
resolve: {
extensions: ['.js', '.ts'],
},
Expand All @@ -21,7 +18,4 @@ module.exports = {
test: /\.ts$/, loaders: ['babel-loader', 'ts-loader'], exclude: /node_modules/
}],
},
plugins: [
// new webpack.IgnorePlugin(/ws/),
],
};

0 comments on commit 30d7b9e

Please sign in to comment.