Popular repositories
602 contributions in the last year
Less
More
Contribution activity
June 2021
Created 51 commits in 5 repositories
Created a pull request in snowpackjs/astro that received 14 comments
Remove second snowpack instance
Changes
This gets rid of having 2 snowpack instances. Instead there's just one, but no more import.meta.env.astro. So this is a breaking chance.
Pe…
+45
−67
•
14
comments
Opened 26 other pull requests in 5 repositories
snowpackjs/astro
17
merged
- Add HMR port script when needed
-
Give the blog template a default
site - Remove warnings coming from snowpack
- Remove __astro_component from knownEntrypoints
- Set the default log level to info
- Don't pass through generic args to build
- Add support for astro file scanning
- Move parser to the scoped package name
- Move the prism package to the scope name
- Prevent duplicate snowpack logs
- Add component publishing guide
- Add verbose and reload commands
- Use dist in specifier when importing internal stuff
- Use npm package names to load internal deps
- Fix starter template's Tour component
- Link to the snowpack config docs
- Don't append a class attribute to the doctype
snowpackjs/snowpack
6
merged
- Disconnect the HMR server when snowpack is shutdown
- Allow Snowpack to scan .astro files for imports
-
Set the
preventAssignmentoption in the vue plugin -
Modules marked as
externalshould always be treated as external - Correctly handle subpackage imports marked as external
- Allow .astro files to be installed as JavaScript
lucydsl/liblucy
1
merged
lucydsl/typescript-plugin
1
open
matthewp/haunted
1
merged
Reviewed 15 pull requests in 2 repositories
snowpackjs/astro 13 pull requests
- Remove second snowpack instance
- Add HMR port script when needed
- Add integration test for templates
- WIP: StencilJS renderer
- watch files during development in both snowpack instances
- redesign create-astro
- snowpack.dev build output cleanup
- Prevent duplicate snowpack logs
- Use npm package names to load internal deps
-
Handle
301and302redirects in dev server - Pre-release refactors
-
Fix prerelease bugs, reenable
@astrojs/renderer-vue - Change astroRoot to pages
snowpackjs/snowpack 2 pull requests
Created an issue in snowpackjs/astro that received 3 comments
Simplified component usage in markdown
Some history on markdown and MDX support:
Initially we supported MDX in .md files. However it suffered from some issues and didn't support everythi…
3
comments