Browse Source

fix(client): change umd to esm

pull/6117/head
Kenrick Tandrian 1 month ago
parent
commit
4982a04d73
  1. 2
      apps/client/project.json

2
apps/client/project.json

@ -75,7 +75,7 @@
"ngswConfigPath": "apps/client/ngsw-config.json", "ngswConfigPath": "apps/client/ngsw-config.json",
"optimization": false, "optimization": false,
"polyfills": "apps/client/src/polyfills.ts", "polyfills": "apps/client/src/polyfills.ts",
"scripts": ["node_modules/marked/lib/marked.umd.js"], "scripts": ["node_modules/marked/lib/marked.esm.js"],
"serviceWorker": true, "serviceWorker": true,
"sourceMap": true, "sourceMap": true,
"styles": [ "styles": [

Loading…
Cancel
Save