Skip to content

Commit 0ade41c

Browse files
Fix build issues
1 parent 1b91701 commit 0ade41c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config/webpack/default.js

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
module.exports = {
2+
node: {
3+
tls: 'empty',
4+
fs: 'empty',
5+
net: 'empty',
6+
},
27
// Don't include the dependencies to keep built bundle small,
38
// they will be provided by the app using this lib
49
externals: [

0 commit comments

Comments
 (0)