Sam Thomson
Sam Thomson
I figured out a solution. I added `regenerator-runtime` as a dependency (`yarn add regenerator-runtime`) and then import it atop of my `_app.tsx` file: ``` import 'regenerator-runtime/runtime' ```  I'm not...
Opened program again and it works. I was connected to the internet when I experienced the problem.
It's a dependency :cry: https://github.com/Semantic-Org/Semantic-UI-CSS/blob/master/package.json#L17
The repos name gives the impression it's CSS only, but it seems to be static assets (css & js). As far as I'm aware there is no css only package...
So are there any packages that *are* css only? In my project I would just like to use the semantic-ui css classes, and have no need for the JS. Adding...
Hi @Falkovic1993 did you find a solution for this?
@andytudhope I think it should be possible to put shared JS in a shared repo to include as a submodule to each static site. Could you create a repo for...
I'd be happy to fix this issue if you would like. If you assign the issue to me I can submit a quick PR :upside_down_face:
:man_shrugging: c'est la vie, starting playing with next.js instead, that is really cool and very extensible.
any progress on this?