expo / vscode-expo

Expo Tools keep you productive with debugging, IntelliSense, and prebuild previews
https://marketplace.visualstudio.com/items?itemName=expo.vscode-expo-tools
MIT License
433 stars 11 forks source link

refactor: swap esbuild for sucrase #71

Closed byCedric closed 2 years ago

byCedric commented 2 years ago

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.

byCedric commented 2 years ago

:tada: This PR is included in version 0.7.4 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: