1
0
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:
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 */
import React from 'react';
import { render } from 'react-dom';
import store from './store';

View File

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