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

fix: extend the bundled autolinking workaround #120

Closed byCedric closed 2 years ago

byCedric commented 2 years ago

Linked issue

Preferably, we shouldn't be needing this. But because we need to bundle the extension, we need to explicitly mark certain things in expo-modules-autolinking as non-editable for webpack. Also, the "resolve package.json from cwd" is fundamentally incompatible with the way we use it.

Additional context

We need to bundle expo-modules-autolinking because @expo/prebuild-config depends on it.

byCedric commented 2 years ago

oh man, I feel so more confident with these kinds of changes now we have e2e tests

github-actions[bot] commented 2 years ago

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

The release is available on GitHub release

Your semantic-release bot :package::rocket: