Removed console log, env variables from drone secrets seem to work
This commit is contained in:
@@ -21,8 +21,6 @@ Object.keys(process.env).forEach(key => {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
console.log("WEBPACK variables:", variables, process.env);
|
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
mode: process.env.NODE_ENV,
|
mode: process.env.NODE_ENV,
|
||||||
context: publicPath,
|
context: publicPath,
|
||||||
|
|||||||
Reference in New Issue
Block a user