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!