Fix multi-platform builds

This commit is contained in:
Kyle Carberry 2019-02-27 16:43:17 -06:00
parent f6d2d17085
commit a12542b03d
No known key found for this signature in database
GPG Key ID: A0409BDB6B0B3EDB
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ const root = path.join(__dirname, "..");
module.exports = (options = {}) => ({
context: root,
devtool: "none",
externals: ["fsevents"],
module: {
rules: [{
loader: "string-replace-loader",