mirror of
https://github.com/coder/code-server.git
synced 2025-07-30 21:45:08 +08:00
Fix readdir for root path (#35)
* Fix readdir for root path * Fix merge of webpack conf * Fix travis.yml to deploy on master * Remove windows platform from travis.yml * Enable caching * mkdirpSync * Fix build script
This commit is contained in:
@ -4,7 +4,7 @@ const merge = require("webpack-merge");
|
||||
|
||||
module.exports = merge({
|
||||
devtool: "none",
|
||||
mode: "development",
|
||||
mode: "production",
|
||||
output: {
|
||||
filename: "cli.js",
|
||||
path: path.join(__dirname, "./out"),
|
||||
|
Reference in New Issue
Block a user