forked from MapComplete/MapComplete
Include sourcemaps again
This commit is contained in:
parent
4a6d79cb65
commit
aa2e54964a
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ fi
|
||||||
export NODE_OPTIONS=--max-old-space-size=16000
|
export NODE_OPTIONS=--max-old-space-size=16000
|
||||||
which vite
|
which vite
|
||||||
vite --version
|
vite --version
|
||||||
vite build # --sourcemap
|
vite build --sourcemap
|
||||||
# Copy the layer files, as these might contain assets (e.g. svgs)
|
# Copy the layer files, as these might contain assets (e.g. svgs)
|
||||||
cp -r assets/layers/ dist/assets/layers/
|
cp -r assets/layers/ dist/assets/layers/
|
||||||
cp -r assets/themes/ dist/assets/themes/
|
cp -r assets/themes/ dist/assets/themes/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue