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
And, if I'm running webpack-serve --content public --hot, the last saved component CSS is compiled. For example, if I save Foo.html and manually refresh the browser, only Foo.html style is compiled. Same thing for App.html and Bar.html.
The text was updated successfully, but these errors were encountered:
Hey there.
When I create multiple components with scoped styles, only the last component CSS is compiled. For example: https://gist.github.com/meydjer/817afc7be8330eda3ce45a1be026927c
And, if I'm running
webpack-serve --content public --hot
, the last saved component CSS is compiled. For example, if I save Foo.html and manually refresh the browser, only Foo.html style is compiled. Same thing for App.html and Bar.html.The text was updated successfully, but these errors were encountered: