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 include ts-loader as a seperate dependancy for each app? kinda like how mini-css-extract-plugin has MiniCssExtractPlugin.loader to pass in... thanks!
Expected Behaviour
is there a way to pass in a direct reference to some sort of
ts-loaderinto webpack.config so that i can have a central webpack config reusable in multiple applications without having to includets-loaderas a seperate dependancy for each app? kinda like howmini-css-extract-pluginhasMiniCssExtractPlugin.loaderto pass in... thanks!