Open yustarandomname opened 3 years ago
Moving this to Snowpack since this is a snowpack issue
Hey, did you ever find a way around this? Having a similar issue where importing a React component (that I've tested and works in CRA) prevents the page from loading with a similar error:
Failed to load ../dist/bundle.js
Unexpected token (22210:6430) in /snowpack-test/node_modules/math3d-component/dist/bundle.js
What package manager are you using?
npm
What operating system are you using?
Mac
Describe the Bug
When running the steps from below I get this error page at localhost:3000
Steps to Reproduce
npm init astro
using template Starter Kit (Generic)npm install --save-dev @supabase/supabase-js
npm run start
localhost:3000
the CLI displays: [parse-error] [90:38]: Unexpected token: 'get'Link to Minimal Reproducible Example (Optional)
https://github.com/yustarandomname/astro-supabase