Hi all,
I've Installed react-dates, ran project and get error:
ERROR in ./~/react-dates/index.js
Module build failed: ReferenceError: Unknown plugin "transform-replace-object-assign"
specified in ".../node_modules/react-dates/.babelrc" at 0, attempted to resolve relative
to ".../node_modules/react-dates"
Is this is known issue?
Did you figure it out?
Having this same issue, is there a fix?
@jpmarra yeah, just install babel-plugin-transform-replace-object-assign
This issue shouldn't come up unless you're babel-transforming node_modules - which you should never do.
Most helpful comment
This issue shouldn't come up unless you're babel-transforming node_modules - which you should never do.