-
Notifications
You must be signed in to change notification settings - Fork 19
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
code-splitting in dist build #12
Labels
Comments
fixed in v2.2.31 |
The dist build is now failing:
|
@FredericHeem install uglify-js 3 |
uglify should be already installed? https://github.com/fuse-box/fuse-box-examples/blob/master/package.json#L28 |
Create a sep repository so people can reproduce, these examples have been tested many times |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With the latest code, the
code-splitting
example ceases to work:Uncaught (in promise) TypeError: Cannot read property 'AboutComponent' of undefined
The text was updated successfully, but these errors were encountered: