Explorar o código

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

Super %!s(int64=7) %!d(string=hai) anos
pai
achega
d449c42926
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      build/webpack.component.js

+ 1 - 1
build/webpack.component.js

@@ -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 = {