babel-plugin-cycle-circular icon indicating copy to clipboard operation
babel-plugin-cycle-circular copied to clipboard

Error: Plugin provided an invalid property of "default"

Open Widdershin opened this issue 9 years ago • 4 comments

After installing minimatch, I've run into:

Error: Plugin 0 specified in "/Users/nickj/Projects/helix-pi-cycle-editor/.babelrc" provided an invalid property of "default"

The contents of my .babelrc, for reference:

{
  "presets": ["es2015"],
  "plugins": ["cycle-circular", "transform-object-rest-spread"]
}

Widdershin avatar Apr 14 '16 09:04 Widdershin

it seems that you need to update the babel https://github.com/babel/babel/commit/b5b7e346a04c99da8793e2c65cc3b3c7c720253d#diff-35232e36a88e5301dcb036713aec30f8R118

you may try 6.0.15 at least, if it works I will add it in peer deps.

wclr avatar Apr 14 '16 10:04 wclr