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
feat: update internals to take advantage of webpack 3 module concatenation
BREAKING CHANGE: This is enabled by default and makes `*.vue` files export an
ES module by default, so require('foo.vue') will no longer work. Can be turned
off by using `esModule: false` in vue-loader options.
0 commit comments