madskristensen / WebPackTaskRunner

A Visual Studio extension
Other
40 stars 17 forks source link

Use external webpack.config.js #28

Closed kdalgaard closed 7 years ago

kdalgaard commented 7 years ago

Is it possible to use a config that is placed in another path? I would like to integrate this plugin with an existing setup that has front-end and back-end separated.

kdalgaard commented 7 years ago

A possible solution is to have a dummy config file that simply imports the config from the other path.