Merge branch 'master' into fix_hml

This commit is contained in:
Sky Chen
2020-04-09 13:02:09 -07:00
committed by GitHub
4 changed files with 75 additions and 59 deletions

View File

@@ -268,7 +268,7 @@ module.exports = async function (_, env) {
VERSION: JSON.stringify(VERSION),
// We set node.process=false later in this config.
// Here we make sure if (process && process.foo) still works:
process: '{}'
process: '({})'
}),
// Copying files via Webpack allows them to be served dynamically by `webpack serve`