Hi team, @alexaspalato
When i try to run npx frontity dev
i get this error
`
Error: ./packages/frontity-starter-theme/src/components/index.js
Module build failed (from ./node_modules/babel-loader/lib/index.js):
SyntaxError: /Users/dejangeorgiev/Code/frontity-theme-ui-tailwindcss/packages/frontity-starter-theme/src/components/index.js: pragma and pragmaFrag cannot be set when runtime is automatic.
1 | /** @jsx jsx */
| ^
2 | import { jsx, Flex, ThemeProvider } from “theme-ui”;
3 | import theme from “…/theme-ui”;
4 | import { Global, connect, Head } from “frontity”;`
I did some research but didn’t found anything that might fix this issue. Can someone please assist me on this?
Thanks a lot.