How to create multiple output paths in Webpack config
问题 Does anyone know how to create multiple output paths in a webpack.config.js file? I'm using bootstrap-sass which comes with a few different font files, etc. For webpack to process these i've included file-loader which is working correctly, however the files it outputs are being saved to the output path i specified for the rest of my files: output: { path: __dirname + "/js", filename: "scripts.min.js" } I'd like to achieve something where I can maybe look at the extension types for whatever