mirror of
https://github.com/coder/code-server.git
synced 2026-04-29 03:08:15 -05:00
Externalize spdlog .node module
This commit is contained in:
@@ -16,7 +16,6 @@ module.exports = (env) => {
|
||||
entry: path.join(root, "lib/vscode/src/bootstrap-fork.js"),
|
||||
mode: "development",
|
||||
target: "node",
|
||||
externals: ["spdlog"],
|
||||
output: {
|
||||
chunkFilename: "[name].bundle.js",
|
||||
path: path.resolve(__dirname, "./bin"),
|
||||
|
||||
Reference in New Issue
Block a user