Skip to content

Commit 03a00ee

Browse files
clydinalan-agius4
authored andcommitted
test(@angular-devkit/build-webpack): use Ivy Webpack plugin in unit tests
The ViewEngine-based Webpack compiler has now been removed.
1 parent 160102a commit 03a00ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/angular_devkit/build_webpack/test/angular-app/webpack.config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ module.exports = {
1919
filename: `[name].js`,
2020
},
2121
plugins: [
22-
new ngToolsWebpack.AngularCompilerPlugin({
23-
tsConfigPath: path.resolve(projectRoot, './src/tsconfig.app.json')
22+
new ngToolsWebpack.AngularWebpackPlugin({
23+
tsconfig: path.resolve(projectRoot, './src/tsconfig.app.json')
2424
})
2525
],
2626
module: {

0 commit comments

Comments
 (0)