frontend: Disable source maps
This commit is contained in:
parent
04c90fadac
commit
491a356877
11 changed files with 7 additions and 14 deletions
|
|
@ -8,7 +8,7 @@
|
|||
"parcel": "^2.7.0"
|
||||
},
|
||||
"scripts": {
|
||||
"dist": "parcel build --dist-dir dist --target default"
|
||||
"dist": "parcel build --dist-dir dist --target default --public-url /static/ --no-source-maps"
|
||||
},
|
||||
"targets": {
|
||||
"default": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue