68 Commits

Author SHA1 Message Date
Renovate Bot
4e31b76876 build: update webpack to version 4.41.4 2019-12-20 16:31:22 -08:00
Renovate Bot
3751110a6b build: update webpack to version 4.41.3 2019-12-18 09:30:22 -08:00
Alan Agius
d155c7c804 fix(@angular-devkit/build-webpack): allow runWebpackDevServer to accept a webpackDevServerFactory 2019-12-02 10:16:08 -08:00
Charles Lyding
9f5c0f3c51 refactor(@angular-devkit/build-webpack): allow a webpack factory to be used directly 2019-11-15 10:41:01 -08:00
Renovate Bot
91d41b5ea4 build: update webpack to version 4.41.2 2019-10-21 09:58:56 -07:00
Renovate Bot
aeab0a0264 build: update webpack to version 4.41.1 2019-10-14 16:58:58 -07:00
Alan Agius
a1cf5f5b1e fix(@angular-devkit/build-webpack): proxy config with windows authentication
It seems that this is causing issues with proxy config and IIS with Windows authentication, for now we remove the `ArchitectPlugin` since it's not being used.

Fixes #14595
2019-10-14 13:41:34 -07:00
Charles Lyding
1930bd5845 fix(@angular-devkit/build-webpack): provide more complete compilation stats 2019-09-26 10:00:35 -07:00
Renovate Bot
687ada993d build: update webpack to version 4.41.0 2019-09-25 09:45:08 -07:00
Alan Agius
ab5b1909d6 build: update rxjs to 6.5.3 2019-09-24 13:18:09 -07:00
Renovate Bot
021624183a build: update webpack to version 4.40.2 (#15591) 2019-09-13 16:35:47 -07:00
Renovate Bot
06dbf06f96 build: update webpack-merge to version 4.2.2 2019-08-30 00:09:55 +05:30
Renovate Bot
3130a75c54 build: update webpack to version 4.39.3 (#15465) 2019-08-28 00:13:24 -07:00
Charles
4986577f8a fix(@angular-devkit/build-angular): skip downlevel processing of assets (#15433)
* fix(@angular-devkit/build-angular): identify asset emitted files

* fix(@angular-devkit/build-angular): skip downlevel processing of assets

Fixes #15423
2019-08-26 11:50:20 -07:00
Renovate Bot
07d9c34d64 build: update webpack to version 4.39.2 (#15327) 2019-08-14 10:22:45 -07:00
Charles
3db2787cea refactor(@angular-devkit/build-angular): update webpack typings (#15334) 2019-08-14 10:22:32 -07:00
Renovate Bot
32449fc56a build: update webpack to version 4.39.1 (#15229) 2019-08-10 10:15:53 -07:00
Renovate Bot
b4c441e790 build: update webpack to version 4.38.0 2019-07-26 13:30:11 -07:00
Renovate Bot
f796e45439 build: update webpack to version 4.37.0 2019-07-24 19:04:17 -07:00
Alan
885005241e build: update webpack to version 4.35.3 2019-07-11 01:21:18 +08:00
Renovate Bot
fb8deb06d3 build: update webpack to version 4.35.2 2019-07-01 11:39:56 -07:00
Renovate Bot
bf4d97254e build: update webpack to version 4.35.0 2019-06-20 10:56:43 -07:00
Charles Lyding
991599c0ca test(@angular-devkit/build-webpack): use stable workspace API 2019-06-18 18:25:40 -07:00
Renovate Bot
ebbfbd6ef9 build: update webpack to version 4.34.0 2019-06-13 11:42:45 -07:00
Renovate Bot
301b1fe8f4 build: update webpack to version 4.33.0 2019-06-06 14:27:27 -07:00
Renovate Bot
5df02a3de5 build: update webpack to version 4.32.2 2019-05-23 19:16:49 +02:00
Renovate Bot
f651a2bd30 build: update webpack to version 4.32.1 2019-05-22 14:25:36 +02:00
Renovate Bot
061b941722 build: update webpack to version 4.31.0 2019-05-10 15:08:23 -07:00
Alex Eagle
d88175ddf1 Revert "build: update rxjs to version 6.5.1"
This reverts commit c4613ced63a901fe327e062d2be474d72ccc56f1.
2019-04-23 11:23:51 -07:00
Renovate Bot
c4613ced63 build: update rxjs to version 6.5.1 2019-04-23 08:07:56 -07:00
Renovate Bot
609041815e build: update webpack to version 4.30.0 2019-04-16 09:39:27 -07:00
Alan Agius
7cc0988d4c fix(@angular-devkit/build-webpack): consider name when deduping emitted files
We need to consider the name when deduping files because a file such as `runtime.js` can be under multiples names because this file is a dependency of multiple entrypoints
2019-04-15 11:03:09 -07:00
Alan Agius
55863a5644 feat(@angular-devkit/build-webpack): include entrypoints in emitted files
Entrypoints might have other files associate with them such as runtime.js, it is is paramount to keep the relation between them especially when this result is needed to generate an index file
2019-04-10 08:34:33 -07:00
Alan Agius
6dac8186f3 fix(@angular-devkit/build-webpack): add dot to file extension in emitted files 2019-04-10 08:34:33 -07:00
Charles Lyding
87b04063dd refactor(@angular-devkit/build-webpack): cleanup architect imports 2019-04-03 16:28:25 +02:00
Charles Lyding
bf0fcf39e0 refactor(@angular-devkit/build-webpack): cleanup stable architect API file names 2019-04-02 04:50:08 -07:00
Charles Lyding
1cca4589d1 refactor(@angular-devkit/build-webpack): remove experimental architect builders 2019-04-02 04:50:08 -07:00
Alan Agius
54a6bee7c5 feat(@angular-devkit/build-webpack): report emitted files
With this change the builder will report the emitted chunks and assets after the compilation, this is needed for deferential loading so that we can build an index from the outputs of multiple builds
2019-03-22 07:11:20 -07:00
Hans Larsen
4bfb29704f refactor(@angular-devkit/build-webpack): rename BuildResult to BuildOutput
Stays consistent across builders. This is the interface of the output provided by the
webpack dev server.
2019-03-13 13:51:22 -07:00
Hans Larsen
08e91a94ab build: refactor QoL on monorepo.json
This should make it easier to manage and diff. This takes 2 things into account:
1. we have either stable or experimental versions and each are kept in monorepo.
2. we dont keep hash and update only changed packages.

This commit also removed the hash to make sure this does not happen.
2019-03-13 13:51:01 -07:00
Charles Lyding
54ad086493 fix(@angular-devkit/build-webpack): check server address type before use 2019-03-11 13:46:48 -07:00
Hans Larsen
e6ba05ba64 fix(@angular-devkit/build-webpack): also split on multi modules and spaces
Its not perfect but it will give a better overview of the file and it
is shorter.
2019-03-05 11:14:59 -08:00
Renovate Bot
ef523d0d41 build: update webpack to version 4.29.6 2019-03-04 09:34:41 -08:00
Hans Larsen
79c546b470 feat(@angular-devkit/build-webpack): add a "build" builder
Having webpack everywhere is redundant. I would like to deprecate the
"webpack" and "webpack-dev-server" in favor of simply "build" and
"dev-server".
2019-02-27 10:11:22 -08:00
Hans Larsen
862571cfd0 test: add tests for build-webpack:webpack-dev-server new builder 2019-02-27 10:11:22 -08:00
Hans Larsen
44900f9d00 test: add tests for build-webpack:webpack new builder 2019-02-27 10:11:22 -08:00
Hans Larsen
06f5624b71 feat(@angular-devkit/build-webpack): add API builder for dev server
It outputs the port and address that it is bound to.
2019-02-27 10:11:22 -08:00
Hans Larsen
318a0a3b99 feat(@angular-devkit/build-webpack): add API builder for webpack
It takes a webpack config path from its options, add the Architect Plugin to it
which reports progress and status to Architect from webpack events.
2019-02-27 10:11:22 -08:00
Hans Larsen
f1edc089ed refactor: remove build-webpack schema.d.ts and use quicktype 2019-02-27 10:11:22 -08:00
Alan Agius
ae13974f1d build: update to rxjs 6.4 2019-02-26 08:33:48 -08:00