Fix eslint error

This commit is contained in:
Yuya Ochiai 2018-04-10 21:13:34 +09:00
parent 8432a1ec16
commit 2d618b91ab
3 changed files with 3 additions and 0 deletions

View file

@ -1,3 +1,4 @@
/* eslint-disable import/no-commonjs */
'use strict';
const isProduction = process.env.NODE_ENV === 'production';

View file

@ -1,3 +1,4 @@
/* eslint-disable import/no-commonjs */
'use strict';
const merge = require('webpack-merge');

View file

@ -1,3 +1,4 @@
/* eslint-disable import/no-commonjs */
'use strict';
const path = require('path');