-
Notifications
You must be signed in to change notification settings - Fork 83
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
mockGPT.js should not be in production bundle #29
Comments
Have you tried |
Yea, same outcome |
This was referenced Jul 30, 2017
jamsea
pushed a commit
that referenced
this issue
Sep 19, 2017
Preserve import/export statements so users can take advantage of tree shaking Fixes #29
jamsea
added a commit
that referenced
this issue
Sep 19, 2017
Preserve import/export statements so users can take advantage of tree shaking Fixes #29
@damusnet I will try to fix this today, looks like |
Thank you very much @potench for looking into it and fixing it. Much appreciated :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
when I do
import {Bling as GPT} from "react-gpt";
from my production bundle, I see that mockGPT.js makes it into the bundle, could you please provide a way to import only minimal things needed for production.The text was updated successfully, but these errors were encountered: