Skip to content

Commit 67339fd

Browse files
committed
merge with upstream master
2 parents 61b4b23 + b2a24e4 commit 67339fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
const path = require('path');
44
const webpack = require('webpack');
55

6-
76
const getWebpackTestConfig = function (projectRoot, environment, appConfig, debug) {
7+
88
const appRoot = path.resolve(projectRoot, appConfig.root);
99

1010
return {

0 commit comments

Comments
 (0)