platform
platform copied to clipboard
redux-devtools-extension became a required dependency
This is a...
- [ ] feature request
- [x] bug report
- [ ] usage question
What toolchain are you using for transpilation/bundling?
- [x] @angular/cli
- [ ] Custom @ngTools/webpack
- [ ] Raw
ngc
- [ ] SystemJS
- [ ] Rollup
- [ ] Other
Environment
NodeJS Version: 8.9.4 Typescript Version: 3.2.4 Angular Version: 7.2.11 @angular-redux/store version: 10.0.0 @angular/cli version: 7.3.7 OS: Windows
Expected Behaviour:
redux-devtools-extension
stays as a devDevendency
Actual Behaviour:
Due to the reference to redux-devtools-extension
from the code - this dependency has become required.
I second that, redux-devtools-extension is used here, though listed as a devDependency.
The build obviously fail on that very issue, we had to manually install the missing dependency.