Armend Gashi
Armend Gashi
`webpack 2.3.2` `react-hot-loader v3` Had same issue, that fixed for me too ``` { alias: { 'preact-compat': 'preact-compat/dist/preact-compat' } } ```
@developit sorry forget to mention its `[email protected]`
btw just realized with this hot reload is not working
@developit i'm having another issue with `react-modal` too, inputs are losing focus `onChange`, i don't know yet why need to check further and open an issue if needed.
I needed this as well, I will work on this weekend and see if I can make it work, will seek for help here if needed thank you
@indigofa I think you need to fork the project and modify the addButton, check also in addButton you have to add a new insertion to handle video select file and...
Maybe can make the same component accept `images/*,videos/*` @michelson
@indigofa are you working on it!
Hi @eudora-fabia You can do it this way ``` { resolve: "gatsby-plugin-load-script", options: { src: "/js/splitting.min.js", defer: true, }, }, ```