@angular-devkit/build-angular 0.1100.6 → 0.1100.7

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,16 +1,16 @@
1
1
  {
2
2
  "name": "@angular-devkit/build-angular",
3
- "version": "0.1100.6",
3
+ "version": "0.1100.7",
4
4
  "description": "Angular Webpack Build Facade",
5
5
  "experimental": true,
6
6
  "main": "src/index.js",
7
7
  "typings": "src/index.d.ts",
8
8
  "builders": "builders.json",
9
9
  "dependencies": {
10
- "@angular-devkit/architect": "0.1100.6",
11
- "@angular-devkit/build-optimizer": "0.1100.6",
12
- "@angular-devkit/build-webpack": "0.1100.6",
13
- "@angular-devkit/core": "11.0.6",
10
+ "@angular-devkit/architect": "0.1100.7",
11
+ "@angular-devkit/build-optimizer": "0.1100.7",
12
+ "@angular-devkit/build-webpack": "0.1100.7",
13
+ "@angular-devkit/core": "11.0.7",
14
14
  "@babel/core": "7.12.3",
15
15
  "@babel/generator": "7.12.1",
16
16
  "@babel/plugin-transform-runtime": "7.12.1",
@@ -18,7 +18,7 @@
18
18
  "@babel/runtime": "7.12.1",
19
19
  "@babel/template": "7.10.4",
20
20
  "@jsdevtools/coverage-istanbul-loader": "3.0.5",
21
- "@ngtools/webpack": "11.0.6",
21
+ "@ngtools/webpack": "11.0.7",
22
22
  "ansi-colors": "4.1.1",
23
23
  "autoprefixer": "9.8.6",
24
24
  "babel-loader": "8.1.0",
@@ -103,8 +103,7 @@
103
103
  },
104
104
  "watch": {
105
105
  "type": "boolean",
106
- "description": "Run build when files change.",
107
- "default": true
106
+ "description": "Run build when files change."
108
107
  },
109
108
  "poll": {
110
109
  "type": "number",
@@ -44,7 +44,7 @@ function execute(options, context, transforms = {}) {
44
44
  context.logger.warn(core_1.tags.stripIndent `
45
45
  Warning: Turning off 'bundleDependencies' with Ivy may result in undefined behaviour
46
46
  unless 'node_modules' are transformed using the standalone Angular compatibility compiler (NGCC).
47
- See: http://v9.angular.io/guide/ivy#ivy-and-universal-app-shell
47
+ See: https://angular.io/guide/ivy#ivy-and-universal-app-shell
48
48
  `);
49
49
  }
50
50
  }