Issue originally made by Jonathan (barroudjo)
Bug information
- Node version: 0.12.7
- npm version: 2.11.3
Description
When using babel-plugin-transform-runtime (6.3.13), which requires the use of babel-runtime (of which I installed the latest version, 6.3.19), there is still the bug described in T6644. I get when I try to run the app thus compiled the
TypeError: (0 , _typeof3.default) is not a function
failure.
This is strange as this bug is supposed to have been resolved by the release of babel-runtime 6.3.19. Does anyone else have this issue ?