Skip to content
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

How to split app.js into some independent js files? #333

Open
ChangeHow opened this issue Apr 1, 2017 · 0 comments
Open

How to split app.js into some independent js files? #333

ChangeHow opened this issue Apr 1, 2017 · 0 comments

Comments

@ChangeHow
Copy link

by use CommonChunkPlugin and multientry,by npm dist i can split app.js into mycomponet.js and common.js(include vendor components),but when i run the server,the console show common.js and mycomponent.js can not load ,and then i run npm run serve it's output a main.js which i ain't defined.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant