Closed Sanshain closed 1 month ago
You can see any errors likes this:
Cannot read properties of undefined (reading '{some importing entity}')
And when you move to source code, you will see the following line:
var __nollup__external___modules__{some_package}__{some_importing_entity}__ = self._modules__{some package}.{some importing entity};
It means nollup hasn't found the package or export, but withhold it
Depends on a case
Trouble:
You can see any errors likes this:
And when you move to source code, you will see the following line:
It means nollup hasn't found the package or export, but withhold it
Solve
Depends on a case