mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
build(build): eliminate CommonJS module warnings
Replace clipboard, file-saver, and query-string with native browser APIs. Add remaining CommonJS dependencies to allowedCommonJsDependencies.
This commit is contained in:
parent
c8fec79448
commit
b964c621ea
5 changed files with 53 additions and 20 deletions
12
angular.json
12
angular.json
|
|
@ -42,7 +42,17 @@
|
|||
"browser": "src/main.ts",
|
||||
"stylePreprocessorOptions": {
|
||||
"includePaths": [".", "src", "src/styles"]
|
||||
}
|
||||
},
|
||||
"allowedCommonJsDependencies": [
|
||||
"typia",
|
||||
"electron-log",
|
||||
"stacktrace-js",
|
||||
"spark-md5",
|
||||
"chrono-node",
|
||||
"dayjs",
|
||||
"jira2md",
|
||||
"query-string"
|
||||
]
|
||||
},
|
||||
"configurations": {
|
||||
"development": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue