Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: swap esbuild for sucrase #71

Merged
merged 2 commits into from
Nov 10, 2021
Merged

refactor: swap esbuild for sucrase #71

merged 2 commits into from
Nov 10, 2021

Conversation

byCedric
Copy link
Member

@byCedric byCedric commented Nov 9, 2021

Linked issue

This allows us to use webpackIgnore again since esbuild filters all comments, fixing the plugin import validation.

Additional context

It will increase the build time again for production, but since we have a separate development workflow it shouldn't impact much.

This allows us to use webpackIgnore again since esbuild filters all comments
@byCedric byCedric merged commit bf12211 into main Nov 10, 2021
@byCedric byCedric deleted the fix/webpack-again branch November 10, 2021 11:09
github-actions bot pushed a commit that referenced this pull request Nov 10, 2021
### [0.7.4](0.7.3...0.7.4) (2021-11-10)

### Bug fixes

* activate extension after vscode is ready ([#76](#76)) ([0fe92da](0fe92da))
* config plugin validation by upgrading dependencies ([#68](#68)) ([d3b1853](d3b1853))
* parse file paths as uri as file explicitly ([#78](#78)) ([de6a331](de6a331))
* remove required expo root from app json file ([#74](#74)) ([785bf3a](785bf3a))

### Code changes

* swap esbuild for sucrase ([#71](#71)) ([bf12211](bf12211))

### Other chores

* add package as release assets for open-source usage ([#77](#77)) ([97d9ad3](97d9ad3))
* bump path-parse from 1.0.6 to 1.0.7 ([#60](#60)) ([a037f53](a037f53))
* bump semver-regex from 3.1.2 to 3.1.3 ([#70](#70)) ([be73f8a](be73f8a))
* bump tmpl from 1.0.4 to 1.0.5 ([#69](#69)) ([74cd121](74cd121))
* bump url-parse from 1.5.1 to 1.5.3 ([#65](#65)) ([da50dcd](da50dcd))
* upgrade all dependencies ([#75](#75)) ([96c90c4](96c90c4))

### Documentation changes

* clean up header of readme ([#79](#79)) ([bab44c6](bab44c6))
@byCedric
Copy link
Member Author

🎉 This PR is included in version 0.7.4 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant