Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

redux-devtools-extension became a required dependency #84

Open
2 of 9 tasks
MaKCbIMKo opened this issue May 10, 2019 · 1 comment
Open
2 of 9 tasks

redux-devtools-extension became a required dependency #84

MaKCbIMKo opened this issue May 10, 2019 · 1 comment

Comments

@MaKCbIMKo
Copy link
Contributor

MaKCbIMKo commented May 10, 2019

This is a...

  • feature request
  • bug report
  • usage question

What toolchain are you using for transpilation/bundling?

  • @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.

@s-uds
Copy link

s-uds commented Aug 8, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants