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
is there a way to pass in a direct reference to some sort of ts-loader into webpack.config so that i can have a central webpack config reusable in multiple applications without having to include ts-loader as a seperate dependancy for each app? kinda like how mini-css-extract-plugin has MiniCssExtractPlugin.loader to pass in... thanks!
The text was updated successfully, but these errors were encountered:
Expected Behaviour
is there a way to pass in a direct reference to some sort of
ts-loader
into webpack.config so that i can have a central webpack config reusable in multiple applications without having to includets-loader
as a seperate dependancy for each app? kinda like howmini-css-extract-plugin
hasMiniCssExtractPlugin.loader
to pass in... thanks!The text was updated successfully, but these errors were encountered: