We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f701d07 + 952ac61 commit aca9c89Copy full SHA for aca9c89
1 file changed
addons/addon-ligatures/webpack.config.js
@@ -31,10 +31,10 @@ module.exports = {
31
},
32
mode: 'production',
33
externals: {
34
- 'fs': 'fs',
35
- 'path': 'path',
36
- 'stream': 'stream',
37
- 'util': 'util'
+ 'fs': 'commonjs fs',
+ 'path': 'commonjs path',
+ 'stream': 'commonjs stream',
+ 'util': 'commonjs util'
38
39
resolve: {
40
// The ligature modules contains fallbacks for node environments, we never want to browserify them
0 commit comments