Skip to content

Commit

Permalink
performance worker-js optimisation
Browse files Browse the repository at this point in the history
  • Loading branch information
RFbkak37y3kIY committed Jun 7, 2022
1 parent d3de5dc commit 7f53fa4
Show file tree
Hide file tree
Showing 17 changed files with 499 additions and 12,021 deletions.
6 changes: 4 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
"node_modules/ace-builds/src-min/ace.js",
"node_modules/ace-builds/src-min/theme-sqlserver.js",
"node_modules/ace-builds/src-min/mode-sql.js"
]
],
"webWorkerTsConfig": "tsconfig.worker.json"
},
"configurations": {
"production": {
Expand Down Expand Up @@ -112,7 +113,8 @@
"./node_modules/@angular/material/prebuilt-themes/indigo-pink.css",
"src/styles.scss"
],
"scripts": []
"scripts": [],
"webWorkerTsConfig": "tsconfig.worker.json"
}
}
}
Expand Down
Loading

0 comments on commit 7f53fa4

Please sign in to comment.