Commit d449c429 authored by Super's avatar Super Committed by 杨奕

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

parent 4d5ec442
...@@ -2,7 +2,7 @@ const path = require('path'); ...@@ -2,7 +2,7 @@ const path = require('path');
const webpack = require('webpack'); const webpack = require('webpack');
const ProgressBarPlugin = require('progress-bar-webpack-plugin'); const ProgressBarPlugin = require('progress-bar-webpack-plugin');
var Components = require('../components.json'); const Components = require('../components.json');
const config = require('./config'); const config = require('./config');
const webpackConfig = { const webpackConfig = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment