1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-01-07 14:50:52 +00:00

add webpack plugin for hot reloader

This commit is contained in:
slowbackspace 2019-02-04 18:09:47 +01:00
parent 02a976a759
commit 90086179a1

View File

@ -45,6 +45,7 @@ module.exports = {
exclude: /node_modules/,
use: [
'babel-loader',
'react-hot-loader/webpack',
{
loader: 'eslint-loader',
options: {