-
-
Notifications
You must be signed in to change notification settings - Fork 836
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
chart do not render after build #26
Comments
hey @crazy0x can you maybe provide a minimal repo I can checkout with a reproduction of the issue ? |
@crazy0x Can you try to update to vue-chartjs 2.3.2 ? |
sry i reply so late i update to 2.3.2 and build again, problem solved. thx for your support! |
Awesome! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behavior
chart works well on both dev and build environment
Actual Behavior
executing npm run dev
everything works well.
executing npm run build and upload to server
it shows error: Uncaught ReferenceError: o is not defined
Environment
it seems similar to #19 but I already used babel
how can I make it right?
package.json
webpack.config.js
The text was updated successfully, but these errors were encountered: