niiknow/vue-wp-plugin-starter

Webpack build chunking

noogen opened this issue · 2 comments

New version of Vue dynamic import and webpack build doesn't chunk dynamic view anymore. We need to figure out how to do this from build configuration: babel config, webpack, tsconfig?

Due to the differences in the plugin URL in Wordpress, maybe we shouldn't be doing this because it could cause trouble when deployed to Wordpress? This is the plugin URL is relative to the plugin directory.

Decided not to do chunking.