You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 runnpm run serve
it's output a main.js which i ain't defined.The text was updated successfully, but these errors were encountered: