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
We're currently transforming www.growifier.com to be a static website, meaning that we no longer need a server for it. In order to be able to do this though, this module needs to be able to run in browser as well when used with webpack.
The text was updated successfully, but these errors were encountered:
See #12. In order to avoid accessing the file system *at runtime*, we no longer parse the exemplar properties at runtime, but by using a compile step to json which we then load at runtime instead.
and it looks like it's working. It's a bit quick and dirty, but at least we should be able to use it in growifier now, which is our main priority now!
Not that ideally packing for the browser works without any webpack polyfills, but we really can't get around polyfilling the buffer module unfortunately. Oh well.
We're currently transforming www.growifier.com to be a static website, meaning that we no longer need a server for it. In order to be able to do this though, this module needs to be able to run in browser as well when used with webpack.
The text was updated successfully, but these errors were encountered: