-
-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
in the .babelrc triggers a error
{ "presets": [ ["@babel/env", { "modules": "commonjs" }] ], "plugins": [ "styled-components" ] }
@babel/env doesn't exist this should be @babel/preset-env
{ "presets": [ ["@babel/preset-env", { "modules": "commonjs" }] ], "plugins": [ "styled-components" ] }
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels