You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 29, 2022. It is now read-only.
I try to get the plugin working with a fresh clean install of vite-plugin-ssrpreact-client-routing-example. Please can you give a helping hand how to get this work. As soon as I add GlobPlugin() to plugins, it's throwing the error. I have setup a repo for reproduction:
Error: Invalidglobimport syntax: ExpectCallExpression,gotSequenceExpressionaterr(D:\______jrson.de\preact-client-routing\node_modules\vite-plugin-glob\dist\index.cjs:97:17)
at D:\______jrson.de\preact-client-routing\node_modules\vite-plugin-glob\dist\index.cjs:115:13atArray.map(<anonymous>)
at parseImportGlob (D:\______jrson.de\preact-client-routing\node_modules\vite-plugin-glob\dist\index.cjs:93:24)
at transform (D:\______jrson.de\preact-client-routing\node_modules\vite-plugin-glob\dist\index.cjs:208:23)
at TransformContext.transform (D:\______jrson.de\preact-client-routing\node_modules\vite-plugin-glob\dist\index.cjs:72:28)
at Object.transform (D:\______jrson.de\preact-client-routing\node_modules\vite\dist\node\chunks\dep-59dc6e00.js:38900:53)
at async doTransform (D:\______jrson.de\preact-client-routing\node_modules\vite\dist\node\chunks\dep-59dc6e00.js:55857:29
The text was updated successfully, but these errors were encountered:
I try to get the plugin working with a fresh clean install of
vite-plugin-ssr
preact-client-routing-example. Please can you give a helping hand how to get this work. As soon as I addGlobPlugin()
to plugins, it's throwing the error. I have setup a repo for reproduction:https://github.com/jrson83/vite-plugin-glob-preact-example
The text was updated successfully, but these errors were encountered: