mirror of https://git.tuxpa.in/a/code-server.git
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 = {}) => ({
|
module.exports = (options = {}) => ({
|
||||||
context: root,
|
context: root,
|
||||||
devtool: "none",
|
devtool: "none",
|
||||||
|
externals: ["fsevents"],
|
||||||
module: {
|
module: {
|
||||||
rules: [{
|
rules: [{
|
||||||
loader: "string-replace-loader",
|
loader: "string-replace-loader",
|
||||||
|
|
Loading…
Reference in New Issue