madskristensen / WebPackTaskRunner

A Visual Studio extension
Other
40 stars 17 forks source link

Doesn't support webpack.config.js in subfolder #22

Closed StormPooper closed 8 years ago

StormPooper commented 8 years ago

Installed product versions

Unable to add my webpack.config.js to Task Runner Explorer because it is in a subfolder.

Steps to recreate

  1. Create webpack.config.js in root, see it appear in Task Runner Explorer
  2. Move into a subfolder, see it disappear from Task Runner Explorer
  3. Right-click file in new location, no option for Task Runner Explorer

    Current behaviour

I'm working on someone else's project and don't want to move the webpack.config.js from its current location or have to have two versions with different paths specified

Expected behaviour

Task Runner Explorer should be able to run the webpack configuration from its current location.

madskristensen commented 8 years ago

Unfortuately this is a limitation of the Task Runner Explorer and not this extension. The Task Runner Explorer is responsible for finding the config files. I've opened a bug on Task Runner Explorer

StormPooper commented 8 years ago

OK, no problem, thanks for the quick response.