@angular-devkit/build-angular 14.0.0-rc.0 → 14.0.0-rc.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@angular-devkit/build-angular",
3
- "version": "14.0.0-rc.0",
3
+ "version": "14.0.0-rc.1",
4
4
  "description": "Angular Webpack Build Facade",
5
5
  "main": "src/index.js",
6
6
  "typings": "src/index.d.ts",
7
7
  "builders": "builders.json",
8
8
  "dependencies": {
9
9
  "@ampproject/remapping": "2.2.0",
10
- "@angular-devkit/architect": "0.1400.0-rc.0",
11
- "@angular-devkit/build-webpack": "0.1400.0-rc.0",
12
- "@angular-devkit/core": "14.0.0-rc.0",
10
+ "@angular-devkit/architect": "0.1400.0-rc.1",
11
+ "@angular-devkit/build-webpack": "0.1400.0-rc.1",
12
+ "@angular-devkit/core": "14.0.0-rc.1",
13
13
  "@babel/core": "7.17.10",
14
14
  "@babel/generator": "7.17.10",
15
15
  "@babel/helper-annotate-as-pure": "7.16.7",
@@ -20,7 +20,7 @@
20
20
  "@babel/runtime": "7.17.9",
21
21
  "@babel/template": "7.16.7",
22
22
  "@discoveryjs/json-ext": "0.5.7",
23
- "@ngtools/webpack": "14.0.0-rc.0",
23
+ "@ngtools/webpack": "14.0.0-rc.1",
24
24
  "ansi-colors": "4.1.1",
25
25
  "babel-loader": "8.2.5",
26
26
  "babel-plugin-istanbul": "6.1.1",
@@ -142,7 +142,7 @@ const init = (config, emitter) => {
142
142
  webpackMiddleware = (0, webpack_dev_middleware_1.default)(compiler, webpackMiddlewareConfig);
143
143
  emitter.on('exit', (done) => {
144
144
  webpackMiddleware.close();
145
- done();
145
+ compiler.close(() => done());
146
146
  });
147
147
  function unblock() {
148
148
  isBlocked = false;