Skip to content

Commit 8ab0794

Browse files
authored
fix(ng-package): add css/scss (#1044)
* fix(ng-package): add css/scss Added assets configuration for CSS and SCSS files. * Fix CSS file path formatting in ng-package.json
1 parent 61a43c5 commit 8ab0794

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

projects/ngx-toastr/ng-package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,9 @@
33
"dest": "../../dist/ngx-toastr",
44
"lib": {
55
"entryFile": "src/public-api.ts"
6-
}
6+
},
7+
"assets": [
8+
"src/lib/*.css",
9+
"src/lib/*.scss"
10+
]
711
}

0 commit comments

Comments
 (0)