About "exports is not defined" error in Vue,webpack

Source: Internet
Author: User

Vue Project NPM Run dev Post error: Tip "Exports is not defined".

This problem is caused because of the Balbel configuration file. BABELRC problem:

{  "presets": [    ["env", {"modules": false}],    "Stage-2"  ],  "plugins": ["Transform-runtime"],  "Comments": false,  "env": {"    test": {      "presets": ["env", "stage-2"],      "plugins": ["Istanbul"]< c11/>}}}  

Remove {"Modules": false} where {"modules": false} prevents Babel from module conversion, see modules configuration for instructions, so modules to default settings, or delete the configuration.

About "exports is not defined" error in Vue,webpack

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.