Updated webpack config for prod builds.

This commit is contained in:
2020-07-18 22:22:20 +02:00
parent 0dd3944fd2
commit 7ce54306b7
7 changed files with 99 additions and 51 deletions

View File

@@ -1,3 +1,3 @@
module.exports = {
NODE_ENV: "development"
NODE_ENV: 'development'
};