babel-loader icon indicating copy to clipboard operation
babel-loader copied to clipboard

Support for react-hot-loader

Open JieChang opened this issue 5 years ago • 0 comments

Babel.transform(code, { presets: ['es2015', 'react'], plugins: [['proposal-decorators', { legacy: true }], ['proposal-class-properties', { loose: true }], 'react-hot-loader/babel'] })

image

JieChang avatar Apr 23 '20 08:04 JieChang