chore: fix hot realoding in playground

This commit is contained in:
Roman Hotsiy 2018-03-26 18:13:39 +03:00
parent 5cab571f78
commit 040bc239a2
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -33,7 +33,7 @@ const babelLoader = mode => ({
'@babel/plugin-syntax-typescript', '@babel/plugin-syntax-typescript',
'@babel/plugin-syntax-decorators', '@babel/plugin-syntax-decorators',
'@babel/plugin-syntax-jsx', '@babel/plugin-syntax-jsx',
mode === 'production' ? 'react-hot-loader/babel' : undefined, mode !== 'production' ? 'react-hot-loader/babel' : undefined,
[ [
'babel-plugin-styled-components', 'babel-plugin-styled-components',
{ {