Skip to content

Commit

Permalink
fix: use portal lib version 5.23.4 (#319)
Browse files Browse the repository at this point in the history
* fix: use portal lib version 5.23.4

* fix: dependencies
  • Loading branch information
HenryT-CG authored Nov 12, 2024
1 parent 8793174 commit eed9c3c
Show file tree
Hide file tree
Showing 4 changed files with 1,833 additions and 592 deletions.
10 changes: 3 additions & 7 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"projects": {
"onecx-product-store-ui": {
"projectType": "application",
"schematics": {},
"schematics": { "@schematics/angular:component": { "style": "scss" } },
"root": "",
"sourceRoot": "src",
"prefix": "app",
Expand All @@ -29,14 +29,10 @@
"output": "/onecx-portal-lib/assets/"
}
],
"styles": [
"node_modules/primeicons/primeicons.css",
"node_modules/primeng/resources/primeng.min.css",
"node_modules/@onecx/portal-integration-angular/assets/styles.scss",
"src/styles.scss"
],
"styles": ["src/styles.scss"],
"scripts": ["node_modules/@webcomponents/webcomponentsjs/webcomponents-bundle.js"],
"extraWebpackConfig": "webpack.config.js",
"outputHashing": "all",
"commonChunk": false
},
"configurations": {
Expand Down
Loading

0 comments on commit eed9c3c

Please sign in to comment.