Browse Source

fix(client): remove marked script file from project.json

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

1
apps/client/project.json

@ -75,7 +75,6 @@
"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.esm.js"],
"serviceWorker": true, "serviceWorker": true,
"sourceMap": true, "sourceMap": true,
"styles": [ "styles": [

Loading…
Cancel
Save