fix commonjs warnings (#6008)

This commit is contained in:
Denys Vuika
2020-08-15 19:05:55 +01:00
committed by GitHub
parent bf72fd6c9e
commit 4bf7a758ca

View File

@@ -12,6 +12,16 @@
"builder": "@angular-devkit/build-angular:browser",
"options": {
"aot": true,
"allowedCommonJsDependencies": [
"minimatch",
"minimatch-browser",
"moment-es6",
"superagent",
"event-emitter",
"brace-expansion",
"d",
"chart.js"
],
"outputPath": "dist/demo-shell",
"index": "demo-shell/src/index.html",
"main": "demo-shell/src/main.ts",