mirror of
https://github.com/coder/code-server.git
synced 2025-07-31 22:13:52 +08:00
Fix yarn start
This commit is contained in:
@ -22,7 +22,7 @@ const vscodeFills = path.join(root, "packages", "vscode", "src", "fill");
|
||||
module.exports = {
|
||||
context: root,
|
||||
devtool: "source-map",
|
||||
entry: "./packages/app/src/index.ts",
|
||||
entry: "./packages/web/src/index.ts",
|
||||
mode: isCi ? "production" : "development",
|
||||
output: {
|
||||
chunkFilename: "[name]-[hash:6].bundle.js",
|
||||
@ -119,7 +119,7 @@ module.exports = {
|
||||
},
|
||||
plugins: [
|
||||
new HtmlWebpackPlugin({
|
||||
template: "packages/app/src/index.html",
|
||||
template: "packages/web/src/index.html",
|
||||
}),
|
||||
new HappyPack({
|
||||
id: "ts",
|
||||
|
Reference in New Issue
Block a user