We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b91701 commit 0ade41cCopy full SHA for 0ade41c
config/webpack/default.js
@@ -1,4 +1,9 @@
1
module.exports = {
2
+ node: {
3
+ tls: 'empty',
4
+ fs: 'empty',
5
+ net: 'empty',
6
+ },
7
// Don't include the dependencies to keep built bundle small,
8
// they will be provided by the app using this lib
9
externals: [
0 commit comments