Skip to content

Commit 3f34ae1

Browse files
committed
undo const to var
1 parent 506062c commit 3f34ae1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/angular-cli/models/webpack-build-test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ const ProgressPlugin = require('webpack/lib/ProgressPlugin');
1515
const getWebpackTestConfig = function (projectRoot, environment, appConfig, testConfig) {
1616

1717
const appRoot = path.resolve(projectRoot, appConfig.root);
18-
var extraRules = [];
19-
var extraPlugins = [];
18+
const extraRules = [];
19+
const extraPlugins = [];
2020

2121
if (testConfig.codeCoverage) {
2222
extraRules.push({

0 commit comments

Comments
 (0)