Closed byCedric closed 1 year ago
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.
expo-build-properties
require
Linked issue
When defining plugins like
expo-build-properties
, before installing, the old "could not find module" result is cached in Node's ownrequire
/module cache. This should empty out plugins from modules as well.