Closed GrantCuster closed 1 year ago
Ah I had a typo in the config
const nextConfig = {
experimental: {
esmExternals: 'loose',
},
}
Loads the page. I'll try and get it running that way. Closing this issue.
Hello, did you successfully integrate monaco-tailwindcss
with Next.js? I check your repo but it doesn't work.
Duplicate of #74
I'm trying to get this running with next.js, when I use the suggested worker code I get this error:
I tried adding;
to my next.js config but that did not help.
Here is the repo I am using https://github.com/GrantCuster/tailwind-test, with the relevant code in https://github.com/GrantCuster/tailwind-test/blob/main/src/app/page.tsx. Any tips are appreciated!