mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
chore: make everything work without warnings again
This commit is contained in:
parent
4b91d8de8c
commit
5482581eb9
4 changed files with 37 additions and 38 deletions
24
angular.json
24
angular.json
|
|
@ -25,6 +25,27 @@
|
|||
"customWebpackConfig": {
|
||||
"path": "./extra-webpack.config.js"
|
||||
},
|
||||
"allowedCommonJsDependencies": [
|
||||
"shortid",
|
||||
"dragula",
|
||||
"crossvent",
|
||||
"contra/emitter",
|
||||
"file-saver",
|
||||
"semver",
|
||||
"debounce-fn",
|
||||
"stack-generator",
|
||||
"stacktrace-gps",
|
||||
"error-stack-parser",
|
||||
"stacktrace-js",
|
||||
"helpful-decorators",
|
||||
"pkce-challenge",
|
||||
"moment-duration-format",
|
||||
"axios",
|
||||
"crypto",
|
||||
"jira2md",
|
||||
"query-string",
|
||||
"chart.js"
|
||||
],
|
||||
"aot": true,
|
||||
"outputPath": "dist",
|
||||
"index": "src/index.html",
|
||||
|
|
@ -60,7 +81,6 @@
|
|||
"optimization": true,
|
||||
"outputHashing": "all",
|
||||
"sourceMap": true,
|
||||
"evalSourceMap": false,
|
||||
"extractCss": true,
|
||||
"namedChunks": false,
|
||||
"aot": true,
|
||||
|
|
@ -162,4 +182,4 @@
|
|||
"style": "scss"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue