mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-25 01:53:44 +03:00
chore: fix hot realoding in playground
This commit is contained in:
parent
5cab571f78
commit
040bc239a2
|
@ -33,7 +33,7 @@ const babelLoader = mode => ({
|
|||
'@babel/plugin-syntax-typescript',
|
||||
'@babel/plugin-syntax-decorators',
|
||||
'@babel/plugin-syntax-jsx',
|
||||
mode === 'production' ? 'react-hot-loader/babel' : undefined,
|
||||
mode !== 'production' ? 'react-hot-loader/babel' : undefined,
|
||||
[
|
||||
'babel-plugin-styled-components',
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user