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:
parent
7beb6131b8
commit
3310a30a54
@ -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';
|
||||||
|
@ -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$/,
|
||||||
|
Loading…
Reference in New Issue
Block a user