pass direct references to webpack.config module.rules.loader rather than magic strings #19017
Unanswered
danehansen
asked this question in
Q&A
Replies: 1 comment
-
You can use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
is there a way to pass in a direct reference for the loaders
ts-loader
,css-loader
, andsass-loader
into webpack.config so that i so that these loaders can be bundled in with the exported config file? kinda like howmini-css-extract-plugin
hasMiniCssExtractPlugin.loader
to pass in... thanks!Beta Was this translation helpful? Give feedback.
All reactions