mirror of https://github.com/ElemeFE/element
Chore: replace `var` in webpack config (#11267)
parent
4d5ec4427e
commit
d449c42926
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue