This commit is contained in:
peter
2019-11-18 14:52:42 +01:00
parent 82bb96678c
commit 871005d584
15 changed files with 164 additions and 86 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
module.exports = {
externals: ['http'],
externals: ['http', 'fs'],
node: {global: true, fs: 'empty'}
}