Test node_modules caching

This commit is contained in:
2022-08-14 21:25:09 +02:00
parent abf005fd8d
commit 6642b2531e
2 changed files with 29 additions and 3 deletions

View File

@@ -21,6 +21,8 @@ Object.keys(process.env).forEach(key => {
}
});
console.log("WEBPACK variables:", variables, process.env);
module.exports = {
mode: process.env.NODE_ENV,
context: publicPath,