We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6d2d17 commit a12542bCopy full SHA for a12542b
scripts/webpack.general.config.js
@@ -9,6 +9,7 @@ const root = path.join(__dirname, "..");
9
module.exports = (options = {}) => ({
10
context: root,
11
devtool: "none",
12
+ externals: ["fsevents"],
13
module: {
14
rules: [{
15
loader: "string-replace-loader",
0 commit comments