We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 61b4b23 + b2a24e4 commit 67339fdCopy full SHA for 67339fd
packages/angular-cli/models/webpack-build-test.js
@@ -3,8 +3,8 @@
3
const path = require('path');
4
const webpack = require('webpack');
5
6
-
7
const getWebpackTestConfig = function (projectRoot, environment, appConfig, debug) {
+
8
const appRoot = path.resolve(projectRoot, appConfig.root);
9
10
return {
0 commit comments