3.0.0-rc.11
node v8.11.3; npm v6.1.0; windows 10
Reproduction steps in the readme of this repo: https://github.com/rjm0017/external-bundle-issue
vue-cli should be using the exports in vue.config.js to externalize three.js
bundle size is massive when three.js is imported, even with the externalization referenced from the vue-cli docs
Reproduction can be done in https://github.com/rjm0017/external-bundle-issue and all of the steps are there
externals should be a package name, i.e. lowercase three, not THREE.
Most helpful comment
externals should be a package name, i.e. lowercase
three, notTHREE.