Skip to content
This repository was archived by the owner on Oct 26, 2021. It is now read-only.

Commit a3ff686

Browse files
author
Ludwig
committed
Updated webpack config
1 parent 57b131a commit a3ff686

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

webpack.config.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
module.exports = {
2-
entry: './src/index.js',
32
output: {
43
path: __dirname,
54
filename: 'index.js',
65
libraryTarget: 'commonjs2'
76
},
8-
module: {
7+
resolve: {
8+
fallback: {
9+
}
910
},
1011
externals: {
1112
diskusage: 'diskusage'
1213
}
13-
};
14+
};

0 commit comments

Comments
 (0)