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
{{ message }}
This repository has been archived by the owner on May 29, 2019. It is now read-only.
Documentation suggests to use options to configure loaders but I had to use query.
ExtractTextPlugin.extract({fallbackLoader: 'style-loader',loader: [{loader: 'css-loader',query: {importLoaders: 1},// <--- should this be options? },{loader: 'postcss-loader',}]})
This could be a bug. I couldn't figure out how to get css-loader configured with importLoaders otherwise.
The text was updated successfully, but these errors were encountered:
Documentation suggests to use
options
to configure loaders but I had to usequery
.This could be a bug. I couldn't figure out how to get
css-loader
configured withimportLoaders
otherwise.The text was updated successfully, but these errors were encountered: