-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
InterpolateHtmlPlugin: Cannot read property 'tap' of undefined, react-scripts@next #1123
Comments
I've answered at CRA issue. |
@sapegin is the |
@marcofugaro Not exactly but it should fix problems with dynamic imports: we're using a smaller editors and don't do code splitting there. It's pretty close to finish I guess, only #1076 is left. To fully support CRA2 we'll need to drop Webpack 3 which is the next next major release. Feel free to help with any of them! ;-) https://github.com/styleguidist/react-styleguidist/milestones |
I'm rereading this and shouldn't we just ignore this plugin as we ignore |
Looks like the issue was fixed on the CRA side, so closing it. |
Current behavior
When using react-styleguidist with
create-react-app@next
andreact-scripts@next
it fails to compile and gives the following error:TypeError: Cannot read property 'tap' of undefined
in the IterpolateHtmlPlugin from react-dev-utils.The full error:
To reproduce
npx create-react-app@next --scripts-version=2.0.0-next.a671462c styleguidist-test
react-styleguidist
as a devDependency:yarn run styleguide
Expected behavior
react-styleguidist to launch per the documentation!
I've also filed this bug with
create-react-app
: facebook/create-react-app#4945The text was updated successfully, but these errors were encountered: