|
@@ -18,6 +18,18 @@
|
|
|
"build": {
|
|
|
"builder": "@angular-devkit/build-angular:browser",
|
|
|
"options": {
|
|
|
+ "allowedCommonJsDependencies": [
|
|
|
+ "parse",
|
|
|
+ "@awesome-cordova-plugins/diagnostic",
|
|
|
+ "microsoft-cognitiveservices-speech-sdk",
|
|
|
+ "jquery",
|
|
|
+ "highlight.js",
|
|
|
+ "markdown-it",
|
|
|
+ "mathjax-full",
|
|
|
+ "crypto-js",
|
|
|
+ "plantuml-encoder",
|
|
|
+ "qiniu-js"
|
|
|
+ ],
|
|
|
"outputPath": "www",
|
|
|
"index": "src/index.html",
|
|
|
"main": "src/main.ts",
|