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
This is supposed to be a thing you can do with html-webpack-plugin + file-loader + extract-loader, but it doesn’t work because extract-loader doesn’t support @import (peerigon/extract-loader#2).
You can use extract-text-webpack-plugin to generate CSS bundles (#38). This doesn’t save you from having to make JavaScript files just to import CSS. However, you can now include the CSS in the template separately from the JavaScript.
Currently, we import css files into js bundles. There must be some better way in webpack.
The text was updated successfully, but these errors were encountered: