revert minified
This commit is contained in:
parent
f788955d40
commit
2ef40efe53
@ -119,7 +119,15 @@ export const buildConfig = {
|
|||||||
entryPoints: [...entryPoints],
|
entryPoints: [...entryPoints],
|
||||||
bundle: true,
|
bundle: true,
|
||||||
outdir: "dist/pages",
|
outdir: "dist/pages",
|
||||||
minify: true,
|
/*
|
||||||
|
* Doing a minified version will replace templatestring to common strings
|
||||||
|
* This app is building mustache template with placeholders that will be replaced
|
||||||
|
* with string in runtime by the merchant-backend
|
||||||
|
*
|
||||||
|
* To the date, merchant backend is replacing with multiline string so
|
||||||
|
* doing minified version will brake at runtime
|
||||||
|
* */
|
||||||
|
minify: false,
|
||||||
loader: {
|
loader: {
|
||||||
".svg": "file",
|
".svg": "file",
|
||||||
".png": "dataurl",
|
".png": "dataurl",
|
||||||
|
Loading…
Reference in New Issue
Block a user