-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Closed
Labels
Description
Version
3.0.0-beta.6
Reproduction link
Steps to reproduce
- Specify a chunk using dynamic import syntax
- Add a chunk name
import(/* webpackChunkName: "profile" */ "./views/Profile/Profile.vue")
- Build
yarn run build
What is expected?
File Size Gzipped
dist/js/profile.e9349658.js 31.66 kb 5.56 kb
What is actually happening?
File Size Gzipped
dist/js/0.e9349658.js 31.66 kb 5.56 kb
Sorry if this is has already been posted. Could not find a similar issue.
The other webpack comments (webpackMode
) work fine
Possible duplicate #1097
laurentpayot and btoo