Skip to content

Commit fdcf186

Browse files
author
Ives van Hoorne
committed
Replace fs and module with 'empty'
1 parent dbe3902 commit fdcf186

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config/webpack.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ const config = {
6060
},
6161

6262
target: 'web',
63+
node: {
64+
fs: 'empty',
65+
module: 'empty'
66+
},
6367

6468
output: getOutput(),
6569

0 commit comments

Comments
 (0)