Closed matt-gadd closed 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.
__dirname
packagePath
We could perhaps consider shadowing __dirname in the future meaning usage of __dirname would be correct.
Bug
Ejecting the webpack config no longer works. It looks like https://github.com/dojo/cli-build/pull/119 's usage of
__dirname
overpackagePath
is responsible looking at the error.