fix(cli): always use '/' as publicPath in dev mode
This commit is contained in:
@@ -99,4 +99,8 @@ export function setNodeEnv(value: NodeEnv) {
|
||||
process.env.NODE_ENV = value;
|
||||
}
|
||||
|
||||
export function isDev() {
|
||||
return process.env.NODE_ENV === 'development';
|
||||
}
|
||||
|
||||
export { decamelize };
|
||||
|
||||
Reference in New Issue
Block a user