vuejs / vue-style-loader

💅 vue style loader module for webpack
MIT License
226 stars 68 forks source link

feat: add Insertinto option #37

Closed noe132 closed 5 years ago

noe132 commented 5 years ago

What kind of change does this PR introduce? feature

Did you add tests for your changes? No

If relevant, did you update the README? Yes

Summary Add insertInto option like in style-loader, allow to specify the parent element where style tags insert to, makes it easy to insert style into shadow-root or other position, with hot reload feature avaliable while in development.

Does this PR introduce a breaking change? No

Other information