fix(build) only require/import the main common file

This commit is contained in:
Matteo Pagliazzi
2016-04-11 19:46:48 +02:00
parent 27a2b9002d
commit 463ba81468
7 changed files with 13 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
import validator from 'validator';
import i18n from '../../../common/script/i18n';
import i18n from '../i18n';
import {
BadRequest,
} from '../libs/errors';