Closed JeanLebrument closed 9 years ago
Hello,
I have an error message when using npm run hot: Unknown option: base.extra
npm run hot
Unknown option: base.extra
This is due to the hot option that include the following code:
hot
config.module.loaders[0].query.extra = { 'react-transform': { transforms: [{ transform: 'react-transform-hmr', imports: ['react-native'], locals: ['module'] }] } };
Any suggestion?
Thanks!
babel-plugin-react-transform does not yet support Babel 6. See https://github.com/gaearon/babel-plugin-react-transform/issues/46
@elliottsj Now it does
Hello,
I have an error message when using
npm run hot
:Unknown option: base.extra
This is due to the
hot
option that include the following code:Any suggestion?
Thanks!