Skip to content
Snippets Groups Projects
Commit ad6381b7 authored by William Arsac's avatar William Arsac Committed by Florent POITTEVIN
Browse files

feat: add allowedCommonJsDependencies to prevent unwanted warnings

parent ffa0960c
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,13 @@
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"allowedCommonJsDependencies": [
"file-saver",
"highlight.js",
"loadash",
"rxjs",
"iso3166-2-db"
],
"aot": true,
"outputPath": "dist/DLCM-Frontend",
"index": "src/index.html",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment