Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unknown option: .useBuiltIns. Check out http://babeljs.io/docs/usage/options/ for more information about options. #1743

Closed
itxuye opened this issue Jul 4, 2018 · 2 comments

Comments

@itxuye
Copy link

itxuye commented Jul 4, 2018

I set the babel.config

module.exports = {
  presets: [
    "@vue/app",
    {
      "useBuiltIns": "entry"
    }
  ]
};

But i got the error,

Module build failed (from ./node_modules/babel-loader/lib/index.js):
ReferenceError: [BABEL] /src/main.ts: Unknown option: .useBuiltIns. Check out http://babeljs.io/docs/usage/options/ for more information about options.
 @ multi (webpack)-dev-server/client?http://192.168.237.177:8080/sockjs-node (webpack)/hot/dev-server.js ./src/main.ts
@vue-bot
Copy link

vue-bot commented Jul 4, 2018

Hello, your issue has been closed because it does not conform to our issue requirements. In order to ensure every issue provides the necessary information for us to investigate, we require the use of the Issue Helper when creating new issues. Thank you!

@vue-bot vue-bot closed this as completed Jul 4, 2018
@latel
Copy link

latel commented Sep 25, 2018

same here #2594

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants