-
Notifications
You must be signed in to change notification settings - Fork 810
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
Module build failed: ReferenceError: Unknown plugin "add-module-exports" #569
Comments
Hi @montanaflynn, I've tried to reproduce this issue on a new project, but the error didn't show up. |
@diasbruno what info could I give to help? I don't have a |
What is the command for |
|
How is the loader configured? |
Maybe we need to include |
Can you try installing using |
.babelrc shouldn't be included in the distribution since babel runtime will pick it up in some scenarios and try to load it |
@diasbruno Can you merge in the ignoring-dot-babelrc branch? Let's push it |
@HipsterZipster Sure! |
Released |
I have the same issue, however the package.json for my framework has a "babel.env.development" object which is getting loaded when I run env as development on another project which includes the framework files. Anyway to get the framework package settings ignored? Or is there a better way around this? |
Summary:
After installing with
npm install react-modal --save
running my app with webpack fails.Steps to reproduce:
npm install react-modal --save
import Modal from 'react-modal';
npm run dev
Get this error:
The text was updated successfully, but these errors were encountered: