Skip to content

Commit

Permalink
chore: allowed commonJs dependencies (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
manekinekko committed Oct 14, 2020
1 parent 20f7286 commit 2ecc26a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions angular.json
Expand Up @@ -11,6 +11,12 @@
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"allowedCommonJsDependencies": [
"@angularclass/hmr",
"file-saver",
"buffer",
"highlight.js"
],
"outputPath": "dist/apps/xlayers",
"index": "apps/xlayers/src/index.html",
"main": "apps/xlayers/src/main.ts",
Expand Down

0 comments on commit 2ecc26a

Please sign in to comment.