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
going into an example folder, and starting the project ie with npm run start, gets this error: @parcel/transformer-js: Browser scripts cannot have imports or exports.
Expected behavior
The build succeeds
Suggested solution(s)
In the index.html template, adding type="module" to the script tag that loads index.tsx does the trick.
Current Behavior
going into an example folder, and starting the project ie with npm run start, gets this error:
@parcel/transformer-js: Browser scripts cannot have imports or exports.
Expected behavior
The build succeeds
Suggested solution(s)
In the index.html template, adding
type="module"
to the script tag that loads index.tsx does the trick.Additional context
Your environment
The text was updated successfully, but these errors were encountered: