Filipp Kuznetsov
Filipp Kuznetsov
For now there's only one build configuration that produces unminified and unoptimized bundle not ready for production use by third party applications. To fix this the following must be done:...
Following discussion in #29 I added some details about `movementX/Y` support
According to official [docs](https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent/movementX#browser_compatibility), `movementX/Y` is well-supported both by Safari and iOS. If you don't mind, I'd like to make a PR adding it.
Hello! As I understand loader now supports only single entry with `Stylesheets.elm` in the project root directory. If I want to have at least two entries in my `webpack.conf` I...