48 Commits

Author SHA1 Message Date
f2b4207965 refactor: clean up custom flavor detection 2021-08-10 22:31:08 +02:00
dce7408c05 feat(core): make css parsers tree-shakable (#9496) 2021-08-10 13:21:34 -07:00
5a3a35d376 fix(webpack): add virtualEntry before main entry
fixes running with the JSC runtime, fixes #9469
2021-08-03 15:41:14 +02:00
69a41eea38 test: update tests and snapshots 2021-06-02 19:07:11 +02:00
20bec3f7d4 feat: Angular 11 virtual modules compatibility 2021-05-08 17:49:59 -03:00
4f8522f5d4 refactor: simplify App_Resource exclusions 2021-04-14 15:09:33 +02:00
eec2319ac6 fix: prevent App_Resources from being copied (#9325)
to assets
2021-04-12 14:25:56 +02:00
ef00b434ef chore: rename exclusion 2021-04-05 15:28:08 +02:00
1627f52043 feat: warnOnce & graceful error handling 2021-04-01 17:55:45 +02:00
de13357a09 chore: fix tests 2021-03-31 21:33:30 +02:00
687bc641a5 fix: fileReplacements should be relative to app root 2021-03-29 13:59:09 +02:00
c922e77129 style: run prettier on webpack5 files 2021-03-29 01:24:23 +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
75e6009b8a chore: implement basic devServer 2021-03-26 22:16:36 +01: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
02d2befc8a refactor: simplify project file lookup 2021-03-07 19:33:42 +01:00
39d90d5c32 chore: mock os.networkInterfaces 2021-03-05 18:28:00 +01:00
aa0daba6a5 feat: ips helper, ts config, cleanups 2021-03-05 15:34:16 +01:00
43dc99784a style: move import 2021-03-02 19:20:09 +01:00
0a1ba16436 feat: parse --env.<flags> [WIP] 2021-03-02 18:50:10 +01:00
60293bb819 fix: handle empty env for app resources 2021-03-02 18:49:51 +01:00
3c44a553c3 feat: add DotEnv support 2021-03-02 18:49:15 +01:00
c3efab3abc refactor: simplify copy handling 2021-01-02 16:27:00 +01:00
68f3e728a6 chore: tweaks & fixes (#9109)
* fix: correct bundle analyzer settings

* fix: svelte config fix

* fix: CopyWebpackPlugin fixed ignore

* chore: tabs fix
2020-12-23 20:04:22 +01:00
de5f67f7c8 chore: add JSDocs 2020-12-08 12:07:42 +01:00
d21776079f chore: cleanup 2020-12-07 15:01:17 +01:00
2f39cf5ed6 feat: extract platforms 2020-12-07 13:41:22 +01:00
7df2f09cfc feat: add postcss-loader by default 2020-12-03 10:45:30 +01:00
fa70654bfc feat: addCopyRule removeCopyRule helpers 2020-12-01 20:23:56 +01:00
5dad44a8e3 chore: cleanup 2020-12-01 19:51:07 +01:00
016ecd19a8 chore: organize test files 2020-12-01 19:25:29 +01:00
ca78bc5ae8 feat: add entryDir helper + update aliases 2020-11-29 17:44:36 +01:00
5b182c0d5f feat: ported xml-namespace-loader 2020-11-28 21:26:16 +01:00
d9a93040fe feat: initial angular support + clean up tests 2020-11-25 17:44:00 +01:00
9053cb6688 test: add merge tests 2020-11-22 16:52:33 +01:00
403fa6b30f fix: load globals first 2020-11-22 14:54:26 +01:00
741d4b242b feat: export Utils 2020-11-22 14:01:41 +01:00
573d936976 refactor: clean up logging 2020-11-22 13:19:23 +01:00
b2b06bade7 chore: remove console.log 2020-11-22 13:19:00 +01:00
46853d2c83 feat: external config loading
+refactor many pieces
2020-11-21 13:34:09 +01:00
e23c8356af refactor: move getPlatform to helpers 2020-11-19 22:20:48 +01:00
72a87c5d2c chore: more base configuration 2020-11-19 21:45:16 +01:00
4518cfa31b chore: scaffold config auto-discovery 2020-11-18 20:36:54 +01:00
c1d240d66f feat: implement basic public api 2020-11-18 14:10:44 +01:00
b22e1c2361 feat: additional base setup 2020-11-14 16:16:49 +01:00
9dd5471d6d chore: workiing on base 2020-11-14 15:13:09 +01:00