Closed mathieumg closed 8 years ago
Is there any reason why babel-generator was moved from a dependency to a dev dependency in https://github.com/codemix/babel-plugin-typecheck/pull/56 ?
babel-generator
I now get a crash because it can't be found when required in https://github.com/codemix/babel-plugin-typecheck/blob/master/src/index.js#L1 (from the transpiled version of that file, of course)
I imagine it might be some kind of npm3 oversight, since Babel itself installs babel-generator, but in npm2 they're under different, unrelated trees.
oversight, sorry. Will fix in the next release.
Fixed in 3.3.0
That was fast, thanks!
Is there any reason why
babel-generator
was moved from a dependency to a dev dependency in https://github.com/codemix/babel-plugin-typecheck/pull/56 ?I now get a crash because it can't be found when required in https://github.com/codemix/babel-plugin-typecheck/blob/master/src/index.js#L1 (from the transpiled version of that file, of course)
I imagine it might be some kind of npm3 oversight, since Babel itself installs
babel-generator
, but in npm2 they're under different, unrelated trees.