Fix eslint error
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
/* eslint-disable import/no-commonjs */
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
const isProduction = process.env.NODE_ENV === 'production';
|
const isProduction = process.env.NODE_ENV === 'production';
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
/* eslint-disable import/no-commonjs */
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
const merge = require('webpack-merge');
|
const merge = require('webpack-merge');
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
/* eslint-disable import/no-commonjs */
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
const path = require('path');
|
const path = require('path');
|
||||||
|
Reference in New Issue
Block a user