You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug #661 Only ignore .ts files: include other files (e.g. css files) (weaverryan)
This PR was merged into the 2.x branch.
Discussion
----------
Only ignore .ts files: include other files (e.g. css files)
| Q | A
| ------------- | ---
| Bug fix? | yes
| New feature? | no
| Tickets | Fix#657Fix#658
| License | MIT
An oversight in 2.7.0. Sometimes we put the `.css` files inside the `src/` directory. And so, those must be included in the package. The intention was just to avoid including the `.ts` files.
Cheers!
Commits
-------
fba61cb Only ignore .ts files: include other files (e.g. css files)
0 commit comments