mirror of
https://github.com/cdr/code-server.git
synced 2025-12-08 01:12:40 +01:00
Fix multi-platform builds
This commit is contained in:
parent
f6d2d17085
commit
a12542b03d
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue