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: reset plugins from modules when diagnosing #171

Closed byCedric closed 1 year ago

byCedric commented 1 year ago

Linked issue

When defining plugins like expo-build-properties, before installing, the old "could not find module" result is cached in Node's own require/module cache. This should empty out plugins from modules as well.