We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 160102a commit 03a00eeCopy full SHA for 03a00ee
packages/angular_devkit/build_webpack/test/angular-app/webpack.config.js
@@ -19,8 +19,8 @@ module.exports = {
19
filename: `[name].js`,
20
},
21
plugins: [
22
- new ngToolsWebpack.AngularCompilerPlugin({
23
- tsConfigPath: path.resolve(projectRoot, './src/tsconfig.app.json')
+ new ngToolsWebpack.AngularWebpackPlugin({
+ tsconfig: path.resolve(projectRoot, './src/tsconfig.app.json')
24
})
25
],
26
module: {
0 commit comments