eslint and replace "var" with "const"
This commit is contained in:
parent
0a0971da1d
commit
4a7f28fd64
8 changed files with 39 additions and 39 deletions
|
@ -1,8 +1,8 @@
|
|||
var path = require('path');
|
||||
var webpack = require('webpack');
|
||||
var merge = require('webpack-merge');
|
||||
var webpackBaseConfig = require('./webpack.base.config.js');
|
||||
var CompressionPlugin = require('compression-webpack-plugin');
|
||||
const path = require('path');
|
||||
const webpack = require('webpack');
|
||||
const merge = require('webpack-merge');
|
||||
const webpackBaseConfig = require('./webpack.base.config.js');
|
||||
const CompressionPlugin = require('compression-webpack-plugin');
|
||||
|
||||
process.env.NODE_ENV = 'production';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue