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
feature #710 bump: style-loader version 1.X (Grafikart)
This PR was merged into the master branch.
Discussion
----------
bump: style-loader version 1.X
The webpack encore version style loader is too old and inject CSS using `<link>` instead of `<style>`. This solution loads style asynchronously cause lots of problem with JavaScript.
With this upgrade style-loader doesn't accept sourcemap anymore. SourceMap support is calculated from previous loaders (https://github.com/webpack-contrib/style-loader#source-maps)
Commits
-------
c7f7e92 bump: style-loader
0 commit comments