Fix chopped off data for twelve hours

This commit is contained in:
JUDIT GRESKOVITS 2017-01-25 11:02:06 +00:00
parent d9623437f1
commit a0ab82aa62
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ const fns = require('../../shared/functions');
const constants = require('../../shared/constants');
const CloseIcon =
require(
'!babel-loader!svg-react-loader!./close.svg?name=CloseIcon'
'!babel!svg-react!./close.svg?name=CloseIcon'
);
const {

View File

@ -5,7 +5,7 @@ const constants = require('../../shared/constants');
const Button = require('../button');
const SettingsIcon =
require(
'!babel-loader!svg-react-loader!./icon-settings.svg?name=SettingsIcon'
'!babel!svg-react!./icon-settings.svg?name=SettingsIcon'
);
const {