https://www.npmjs.com/package/@nuxt/babel-preset-app
check out npm version of @nuxt/babel-preset-app
first the version there is higher than the one in master (2.12.2 vs. 2.12.1)
second the "bugfixes" option is not present in the docs (and also not in the source).
correct version / source of babel-preset-app
old version is packed and published
cc @clarkdo
@pi0 It looks like there is an unexpected 2.12.2 for all nuxt packages, do you have any idea why they are published ?
Versions in package.json are still 2.12.1 now.
@simllll The releases seem right, the release branch is 2.x not dev, we'll merge 2.x back to dev after release.
As bugfixs is a new feature, so it will be released 2.13.0.
Ah alright, wasn't aware of that. Thanks, looking forward to 2.13.0 then ;-)
Most helpful comment
@simllll The releases seem right, the release branch is 2.x not dev, we'll merge 2.x back to dev after release.
As
bugfixsis a new feature, so it will be released 2.13.0.