27 Commits

Author SHA1 Message Date
cb91cd8a3f fix(webpack): angular component css handling (#9434)
* feat: use raw-loader for all css but app.s?css

* feat: use angular css rules for entire app dir

Co-authored-by: Eduardo Speroni <edusperoni@gmail.com>
2021-08-03 14:37:58 +02:00
fcab66ae02 fix(webpack5): allow platform specific template files (#9459) 2021-07-01 13:39:48 +02:00
a18c10c1a8 refactor: rename loader 2021-06-08 20:43:39 +02:00
93843b7b4e feat(webpack): angular12 support & looser dependencies (#9441)
* chore: dep scoping

* chore: carrots for all dep major versions

* chore: dev.1

* chore: use at least min of 5.34 on webpack

* chore: ignore angular warnings

* feat: add hmr support for angular 12

* feat: custom hmr dispose logic for angular 12

* chore: dev.3

* chore: ignore warnings

* chore: dev.4

* chore: ignore ivy compiled warnings

* chore: dev.5

Co-authored-by: Eduardo Speroni <edusperoni@gmail.com>
2021-06-08 20:35:21 +02:00
dea18978d5 fix: hmr with runtimeChunk single 2021-06-04 20:29:24 +02:00
c265c3ac3f fix(webpack5): add AngularWebpackPlugin transformers (#9435) 2021-06-03 17:00:26 -07:00
e252e97648 refactor: angular polyfill loading 2021-06-02 19:06:51 +02:00
7322ead729 feat(webpack5): support for angular polyfills.ts 2021-05-28 19:03:01 -03:00
87c83fe0e6 feat: angular 12 support 2021-05-08 17:50:23 -03:00
a9eed7e4c6 fix(webpack|angular): platform suffixed files printing error when changed 2021-04-15 22:46:34 +02:00
759f05a53a fix(webpack|angular): styleUrls with platform suffixes 2021-04-15 20:51:02 +02:00
6afd5a65c3 fix(angular): styleURLs 2021-04-06 15:44:38 +02:00
0999d6fe3e feat: app-css-loader & suppress env warning in ng projects 2021-03-29 22:17:29 +02:00
7d5f4a48ac feat: drop webpack-filter-warnings-plugin in favor of built-in ignoreWarnings 2021-03-29 13:59:33 +02:00
c55782bfaf chore: clean up unused code 2021-03-29 01:20:43 +02:00
7594d00ed9 feat: env based replacements (#9286)
* feat: file replacement handling for TS and pure file copy replacements

* test: add tests for replacements & refactor a bit

Co-authored-by: Igor Randjelovic <rigor789@gmail.com>
2021-03-29 01:13:51 +02:00
f8cc505a94 fix: look for tsconfig.app.json in ng projects 2021-03-28 19:39:41 +02:00
0e8336f1d9 chore: cleanup imports 2021-03-11 16:28:11 +01:00
437c3b41f9 feat: support workspace configs 2021-03-11 16:19:05 +01:00
d6d6e00149 fix: ngcc default format to use module field 2021-03-02 15:43:15 +01:00
014f71b878 chore: bump deps & remove forkts from angular 2021-03-01 23:14:40 +01:00
d21776079f chore: cleanup 2020-12-07 15:01:17 +01:00
d9a93040fe feat: initial angular support + clean up tests 2020-11-25 17:44:00 +01:00
31d560f75b chore: organize imports 2020-11-23 15:25:39 +01:00
c1d240d66f feat: implement basic public api 2020-11-18 14:10:44 +01:00
2be179a8d0 refactor: use chained configs internally 2020-11-14 15:23:44 +01:00
49a47fef2a feat(webpack5): initial project files 2020-11-14 12:07:56 +01:00