diff options
author | n-peugnet <n.peugnet@free.fr> | 2019-11-07 14:02:13 +0100 |
---|---|---|
committer | n-peugnet <n.peugnet@free.fr> | 2019-11-07 15:39:49 +0100 |
commit | f43d03393babc939756c9f5581343913b02c7298 (patch) | |
tree | 5eb238837114fc3a05c9dcf258cf1108f6bc8047 /.gitignore | |
parent | a1a97e168a5d3c802f12e7351b13dab0a4f68db2 (diff) | |
download | wcms-f43d03393babc939756c9f5581343913b02c7298.tar.gz wcms-f43d03393babc939756c9f5581343913b02c7298.zip |
build: ENV prod enhancements
- fix: prod mode not working with target-specific ENV variable
- use another sourcemap mode in dev mode
- generate souremap files in prod mode
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ .vscode/* .env *.bundle.js +*.bundle.js.map assets/render/* assets/global/* database/* |