Archived
1
0

Fix multi-platform builds

This commit is contained in:
Kyle Carberry
2019-02-27 16:43:17 -06:00
parent f6d2d17085
commit a12542b03d

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",