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

regression babel error with 15.0.0-beta.3 #1209

Closed
pi0 opened this issue Mar 23, 2018 · 1 comment
Closed

regression babel error with 15.0.0-beta.3 #1209

pi0 opened this issue Mar 23, 2018 · 1 comment

Comments

@pi0
Copy link

pi0 commented Mar 23, 2018

Version

15.0.0-beta.3

Reproduction link

https://circleci.com/gh/nuxt/nuxt.js/987

Steps to reproduce

Just after upgrading nuxt to use vue-loader@15.0.0-beta.3 this error happens:

Unknown option: base.ident. Check out http://babeljs.io/docs/usage/options/ for more information about options.

A common cause of this error is the presence of a configuration options object without the corresponding preset name. Example:

Invalid:
  `{ presets: [{option: value}] }`
Valid:
  `{ presets: [['presetName', {option: value}]] }`

What is expected?

working just like beta.2

What is actually happening?

not working just like beta.2


I'm not sure, but it may be a side-effect of eab9460.

@pi0 pi0 changed the title [v regression babel error with 15.0.0-beta.3 Mar 23, 2018
@pi0
Copy link
Author

pi0 commented Mar 23, 2018

That was too fast @yyx990803. Thank you for the explanation in the code.

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

2 participants