dev: add react-hot-loader (#1583)
This commit is contained in:
@ -5,6 +5,7 @@ module.exports = {
|
||||
...babelConfig,
|
||||
plugins: [
|
||||
...babelConfig.plugins,
|
||||
'react-hot-loader/babel',
|
||||
['module-resolver', {
|
||||
root: path.join(__dirname, 'src/components'),
|
||||
alias: {
|
||||
|
Reference in New Issue
Block a user