dojo / cli-build-webpack

🚀 **DEPRECATED** Dojo 2 - cli command for building applications
http://dojo.io
Other
4 stars 19 forks source link

Eject no longer works #145

Closed matt-gadd closed 7 years ago

matt-gadd commented 7 years ago

Bug

Ejecting the webpack config no longer works. It looks like https://github.com/dojo/cli-build/pull/119 's usage of __dirname over packagePath is responsible looking at the error.

matt-gadd commented 7 years ago

We could perhaps consider shadowing __dirname in the future meaning usage of __dirname would be correct.