mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-04-21 03:48:36 -05:00
09305db48f
Allow Webpack to process this file as an ES Module, which allows concatenating using ModuleConcatenationPlugin, resulting in a slightly smaller bundle and removes the overhead of a runtime `require()`. The export default null will get optimized away during tree-shaking.