1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-02-06 13:21:38 +00:00

Fixed babel loader

This commit is contained in:
Vladimír Volek 2018-07-30 14:31:35 +02:00
parent 7beb6131b8
commit 3310a30a54
2 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,4 @@
/* @flow */ /* @flow */
import React from 'react'; import React from 'react';
import { render } from 'react-dom'; import { render } from 'react-dom';
import store from './store'; import store from './store';

View File

@ -28,7 +28,7 @@ module.exports = {
{ {
test: /\.jsx?$/, test: /\.jsx?$/,
exclude: /node_modules/, exclude: /node_modules/,
use: ['babel'], use: ['babel-loader'],
}, },
{ {
test: /\.less$/, test: /\.less$/,