Chore: replace `var` in webpack config (#11267)

pull/11275/head
Super 2018-05-21 18:30:11 +08:00 committed by 杨奕
parent 4d5ec4427e
commit d449c42926
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ const path = require('path');
const webpack = require('webpack');
const ProgressBarPlugin = require('progress-bar-webpack-plugin');
var Components = require('../components.json');
const Components = require('../components.json');
const config = require('./config');
const webpackConfig = {