Skip to content

Commit

Permalink
fix(core): include styles as library asset
Browse files Browse the repository at this point in the history
  • Loading branch information
waterplea committed Dec 3, 2020
1 parent 1961b9a commit dd20957
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 12 deletions.
1 change: 1 addition & 0 deletions projects/addon-mobile/ng-package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
"dest": "../../dist/addon-mobile",
"assets": ["styles"],
"lib": {
"entryFile": "index.ts",
"styleIncludePaths": ["../core/styles"]
Expand Down
4 changes: 0 additions & 4 deletions projects/addon-mobile/scripts/copy-less.js

This file was deleted.

6 changes: 2 additions & 4 deletions projects/core/ng-package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
{
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
"dest": "../../dist/core",
"assets": ["styles"],
"lib": {
"entryFile": "index.ts",
"umdModuleIds": {
"angular2-text-mask": "angular2TextMask"
}
"entryFile": "index.ts"
}
}
4 changes: 0 additions & 4 deletions projects/core/scripts/copy-less.js

This file was deleted.

0 comments on commit dd20957

Please sign in to comment.