Fix multi-platform builds
This commit is contained in:
parent
f6d2d17085
commit
a12542b03d
|
@ -9,6 +9,7 @@ const root = path.join(__dirname, "..");
|
|||
module.exports = (options = {}) => ({
|
||||
context: root,
|
||||
devtool: "none",
|
||||
externals: ["fsevents"],
|
||||
module: {
|
||||
rules: [{
|
||||
loader: "string-replace-loader",
|
||||
|
|
Loading…
Reference in New Issue