mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-10-01 14:41:14 +00:00
fix commonjs warnings for angular cli (#1609)
This commit is contained in:
@@ -12,6 +12,15 @@
|
|||||||
"builder": "@angular-devkit/build-angular:browser",
|
"builder": "@angular-devkit/build-angular:browser",
|
||||||
"options": {
|
"options": {
|
||||||
"aot": true,
|
"aot": true,
|
||||||
|
"allowedCommonJsDependencies": [
|
||||||
|
"minimatch",
|
||||||
|
"minimatch-browser",
|
||||||
|
"moment-es6",
|
||||||
|
"superagent",
|
||||||
|
"event-emitter",
|
||||||
|
"brace-expansion",
|
||||||
|
"d"
|
||||||
|
],
|
||||||
"outputPath": "dist/app",
|
"outputPath": "dist/app",
|
||||||
"index": "src/index.html",
|
"index": "src/index.html",
|
||||||
"main": "src/main.ts",
|
"main": "src/main.ts",
|
||||||
|
Reference in New Issue
Block a user