Skip to content

Commit a12542b

Browse files
committed
Fix multi-platform builds
1 parent f6d2d17 commit a12542b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/webpack.general.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ const root = path.join(__dirname, "..");
99
module.exports = (options = {}) => ({
1010
context: root,
1111
devtool: "none",
12+
externals: ["fsevents"],
1213
module: {
1314
rules: [{
1415
loader: "string-replace-loader",

0 commit comments

Comments
 (0)