Releases: cebor/rollup-plugin-angular
Releases · cebor/rollup-plugin-angular
v0.5.3
v0.5.1
Fix:
styleUrls
is now replaced properly.
Feat:
- replace compiled .js files with
templateUrl
totemplate
andstyleUrls
tostyles
v0.5.0
Feat:
- replace compiled .js files with
templateUrl
andstyleUrls
Bugs:
styleUrls
does not replace
v0.4.12
Feat: Add ngc support.
v0.4.11
Feat: add some tests karma and mocha to check regex comment is working properly.
Fixes: Travis now works with firefox.
Known bug: Package with rollup-plugin-angular
is searching in *.js
files where there is no @Component
decorators to search for but propDecoratos
properties instead.