Closed flingyp closed 2 years ago
which version of the plugin did you use? i've been transitioning to Vite 3 and externalizing some of the "builder apis" and the error you're getting is due to the fact that the builder API's are not being exported in a few of the 0.19.x
builds.
I'd expect the final 0.19.x
to be out in the next hour or two and be fully working.
I use the latest code of the repository. The version of vite is ^3.0.2 but still not work.
the latest release -- 0.19.10
-- works with Vite 3; the example app also works and shows how to manually import the "builder apis" (code, meta, link) if you're using them.
Describe the bug
use pnpm to install all dependencies, but execute pnpm example:dev to report an error
Reproduction
TypeError: (0 , import_vite_plugin_md.meta) is not a function
System Info
Used Package Manager
pnpm
Validations