| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Two different webpack compilations are started on `tns test` command - the one from `karma-webpack` and the second one from `nativescript-dev-webpack`. As the karma's webpack doesn't provide appPath to the env and there is a hardcoded `appPath` inside `webpack.config.js` (to `src` for example), it works only with that hardcoded path. Rel to: #5070
|
test cli-tests |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Two different webpack compilations are started on tns test command - the one from karma-webpack and the second one from nativescript-dev-webpack. As the karma's webpack doesn't provide appPath to the env and there is a hardcoded appPath inside webpack.config.js (to src for example), it works only with that hardcoded path.
Rel to: #5070
PR Checklist
What is the current behavior?
What is the new behavior?
Fixes/Implements/Closes #[Issue Number].