mirror of
https://github.com/trezor/trezor-wallet
synced 2025-01-30 01:41:01 +00:00
Fixed babel loader
This commit is contained in:
parent
7beb6131b8
commit
3310a30a54
@ -1,6 +1,4 @@
|
||||
/* @flow */
|
||||
|
||||
|
||||
import React from 'react';
|
||||
import { render } from 'react-dom';
|
||||
import store from './store';
|
||||
|
@ -28,7 +28,7 @@ module.exports = {
|
||||
{
|
||||
test: /\.jsx?$/,
|
||||
exclude: /node_modules/,
|
||||
use: ['babel'],
|
||||
use: ['babel-loader'],
|
||||
},
|
||||
{
|
||||
test: /\.less$/,
|
||||
|
Loading…
Reference in New Issue
Block a user