Skip to content

Commit 883f6d4

Browse files
committed
fixing toast, re-adding tree
1 parent 203ba83 commit 883f6d4

File tree

72 files changed

+947
-574
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+947
-574
lines changed

angular.json

+9-3
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,12 @@
99
"projectType": "application",
1010
"architect": {
1111
"build": {
12-
"builder": "@angular-devkit/build-angular:browser",
12+
"builder": "@angular-builders/custom-webpack:browser",
1313
"options": {
14+
"customWebpackConfig": {
15+
"path": "./webpack.config.js",
16+
"replaceDuplicatePlugins": true
17+
},
1418
"allowedCommonJsDependencies": [
1519
"lodash",
1620
"jquery",
@@ -30,14 +34,16 @@
3034
],
3135
"styles": [
3236
"node_modules/@coreui/coreui/scss/coreui.scss",
37+
"./node_modules/@coreui/coreui/scss/coreui.scss",
3338
"./node_modules/bootstrap/dist/css/bootstrap.min.css",
3439
"node_modules/@coreui/icons/css/free.css",
3540
"node_modules/flag-icons/css/flag-icons.css",
3641
"node_modules/font-awesome/css/font-awesome.css",
3742
"node_modules/simple-line-icons/css/simple-line-icons.css",
3843
"src/scss/style.scss",
3944
"node_modules/flatpickr/dist/flatpickr.min.css",
40-
"node_modules/plyr/dist/plyr.css"
45+
"node_modules/plyr/dist/plyr.css",
46+
"node_modules/@ali-hm/angular-tree-component/css/angular-tree-component.css"
4147
],
4248
"stylePreprocessorOptions": {
4349
"includePaths": [
@@ -80,7 +86,7 @@
8086
"defaultConfiguration": ""
8187
},
8288
"serve": {
83-
"builder": "@angular-devkit/build-angular:dev-server",
89+
"builder": "@angular-builders/custom-webpack:dev-server",
8490
"options": {
8591
"browserTarget": "ng:build"
8692
},

0 commit comments

Comments
 (0)