Marcio Oliveira
Marcio Oliveira
Yes. That's why the error occurs. It's missing escapes. This is a code generator, but it's looking for definitions in the building scope, not runtime.
Webpack is already there. Changing the line 235 to `require("webpack/lib/hmr/JavascriptHotModuleReplacement.runtime.js")` (referencing the absolute path inside webpack) fixes it.
Hi Telenko! Thanks! I'll. I got busy, I'm kind of really deep into making create-mf-app and nextjs work together. I'm still studying, and have made a few modifications in both...
@telenko I ended up making it work with Next. But giving some restrictions in my project (a design system based on styled-components hooks), I won't be able to use it....