We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aa91eb commit d47bbd8Copy full SHA for d47bbd8
support/webpack.config.slim.js
@@ -10,11 +10,12 @@ module.exports = {
10
filename: 'socket.io.slim.js'
11
},
12
externals: {
13
- global: glob()
+ global: glob(),
14
+ json3: 'JSON'
15
16
devtool: 'cheap-module-source-map',
17
plugins: [
- new webpack.NormalModuleReplacementPlugin(/(debug|json3)/, process.cwd() + '/support/noop.js')
18
+ new webpack.NormalModuleReplacementPlugin(/debug/, process.cwd() + '/support/noop.js')
19
],
20
module: {
21
loaders: [{
0 commit comments