Nate Moore
ad518106a3
chore: upgrade renderer-svelte
2022-01-18 11:54:37 -06:00
Nate Moore
4c21b35ea6
fix: wrap loadConfig in try/catch
2022-01-18 11:54:20 -06:00
github-actions[bot]
9388fd0cdf
chore(lint): Prettier fix
2022-01-18 11:53:33 -06:00
Nate Moore
3667e8b421
fix: exclude rollup, astro config
2022-01-18 11:53:33 -06:00
Nate Moore
3d7c4b0247
fix: remove astro from noExternal
2022-01-18 11:53:32 -06:00
Nate Moore
ec6c6169dc
fix: exclude proload/core
2022-01-18 11:53:07 -06:00
Nate Moore
bedb8cf82b
fix: exclude babel-plugin-module-resolver
2022-01-18 11:53:07 -06:00
github-actions[bot]
e976f95529
chore(lint): Prettier fix
2022-01-18 11:53:07 -06:00
Nate Moore
ab7b03f18a
attempt: do not optimize external deps
2022-01-18 11:53:07 -06:00
Nate Moore
50217148b2
fix: exclude babel/core
2022-01-18 11:53:07 -06:00
github-actions[bot]
a597e1c517
chore(lint): Prettier fix
2022-01-18 11:53:06 -06:00
Nate Moore
693cd41a1c
fix: wrap this.resolve with try/catch
2022-01-18 11:52:26 -06:00
Nate Moore
95229a4d0b
chore: sync rollup version with vite
2022-01-18 11:51:39 -06:00
Nate Moore
4a5750dbf0
chore: bump vite, rollup, plugin-vue
2022-01-18 11:51:39 -06:00
Nate Moore
b5246d1d4b
fix: default externals configuration
2022-01-18 11:50:42 -06:00
GitHub Action
8d3c7b6286
chore(lint): Prettier fix
2022-01-18 11:50:42 -06:00
Nate Moore
72b136498b
fix: remove estree/astring hack with serialize-javascript library
2022-01-18 11:50:41 -06:00
Nate Moore
85ecaab0cf
fix: prefer null prefix for virtual modules
2022-01-18 11:49:32 -06:00
Nate Moore
45fd06c9ed
chore: update deps
2022-01-18 11:49:31 -06:00
Nate Moore
f185b90d3a
chore: remove vite from devDeps
2022-01-18 11:49:16 -06:00
Nate Moore
0aad491156
fix: export default from vite
2022-01-18 11:48:48 -06:00
Nate Moore
aa6109daca
refactor: remove isSSR util
2022-01-18 11:48:47 -06:00
Nate Moore
ce2b2848c6
chore: remove vendored vite
2022-01-18 11:47:08 -06:00
Nate Moore
b81691c9d5
chore: update vue plugin
2022-01-18 11:46:16 -06:00
Fred K. Schott
2f8a6a2542
update vendor/vite to 2.7
2022-01-18 11:45:56 -06:00
John
0d6e964693
Fix "Island Architecture" phrase attribution ( #2411 )
...
Remove incorrect statement that Jason Miller coined the phrase "Island Architecture."
Fixes #2407
2022-01-18 08:50:29 -08:00
matthewp
6ade95313b
[ci] yarn format
2022-01-18 13:39:41 +00:00
github-actions[bot]
bcec8adc9a
[ci] release ( #2412 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-18 08:38:15 -05:00
matthewp
63ffcb3486
[ci] yarn format
2022-01-18 13:35:26 +00:00
Matthew Phillips
bcc617f9dc
Update examples to move away from Astro.resolve on styles ( #2393 )
...
* Update examples to move away from Astro.resolve on styles
* Prepend the subpath
* Adds a changeset
* Switch to @import for the starter
2022-01-18 08:34:12 -05:00
Jang Rush
672b831940
Update doc move away from Astro.resolve on styles ( #2402 )
...
see also #2393
2022-01-18 08:25:26 -05:00
FredKSchott
6ccae4a478
[ci] collect stats
2022-01-18 12:02:06 +00:00
FredKSchott
c29f52f21c
[ci] collect stats
2022-01-17 12:02:18 +00:00
FredKSchott
290dbc8de3
[ci] collect stats
2022-01-16 12:02:04 +00:00
FredKSchott
0f00557b93
[ci] collect stats
2022-01-15 12:01:53 +00:00
matthewp
46ed4c6c81
[ci] yarn format
2022-01-14 21:20:23 +00:00
github-actions[bot]
d3be8d944d
[ci] release ( #2394 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-14 16:19:25 -05:00
matthewp
72096858e8
[ci] yarn format
2022-01-14 21:15:26 +00:00
Matthew Phillips
c8a257adc4
Improve static build performance on large sites ( #2391 )
...
* Improve static build performance on large sites
* Changeset
* Remove debugging code
* Pass through the rss fn
2022-01-14 16:14:04 -05:00
matthewp
5d6b29ae37
[ci] yarn format
2022-01-14 19:41:22 +00:00
github-actions[bot]
f5ce6edb5b
[ci] release ( #2372 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-14 14:40:12 -05:00
matthewp
bd931a0a14
[ci] yarn format
2022-01-14 19:04:47 +00:00
Matthew Phillips
a7967530df
Fixes Lit support in the static build ( #2370 )
...
* [ci] collect stats
* [ci] update lockfile (#2388 )
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
* Fixes for blog and docs examples (#2373 )
* Fixes for blog and docs examples
* Adds a changeset
* Upgrade the compiler version
* Use a global style tag
* Skip on windows temporarily
* [ci] yarn format
* Fixes Lit support in the static build
* Adds a changeset
* test
* Upgrade lit-labs/ssr
* Conditional
* Testing again
* remove debugging code
* changeset
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2022-01-14 14:02:44 -05:00
matthewp
6a7c5aa582
[ci] yarn format
2022-01-14 17:13:12 +00:00
Matthew Phillips
92532b8882
Fixes for blog and docs examples ( #2373 )
...
* Fixes for blog and docs examples
* Adds a changeset
* Upgrade the compiler version
* Use a global style tag
* Skip on windows temporarily
2022-01-14 12:11:56 -05:00
Fred K. Schott
0257419af8
[ci] update lockfile ( #2388 )
...
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-01-14 11:12:29 -05:00
FredKSchott
bceeb339c7
[ci] collect stats
2022-01-14 12:02:02 +00:00
matthewp
b3150121d1
[ci] yarn format
2022-01-13 18:29:57 +00:00
Matthew Phillips
20eaddb2a7
Fix for using React in the static build ( #2369 )
...
* Fix react in the static build
* Adds a changeset
2022-01-13 13:28:29 -05:00
matthewp
500295395c
[ci] yarn format
2022-01-13 14:39:09 +00:00