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
When adding the latexPlugin to the sanity config the Remix Vite app (v.2.12.1) refuses to compile the code giving the following Cannot use import statement outside a module error:
To Reproduce
Steps to reproduce the behavior:
Install the plugin (I'm using pnpm if it makes any difference)
Describe the bug
When adding the latexPlugin to the sanity config the Remix Vite app (v.2.12.1) refuses to compile the code giving the following
Cannot use import statement outside a module
error:To Reproduce
Steps to reproduce the behavior:
latexPlugin()
tosanity.config.ts
Expected behavior
The code compiles correctly
Which versions of Sanity are you using?
What operating system are you using?
MacOS Sequoia 15.0 (24A335)
Which versions of Node.js / npm are you running?
v21.5.0
The text was updated successfully, but these errors were encountered: