Matt
Matt
I can confirm this one also. --- **Actual behaviour:** Press `ctrl + o` 3 times, cursor moves back 2 positions. **Expected behaviour:** Press `ctrl + o` 3 times, cursor moves...
I'm having a similar issue. I just want to load an .mp4. Webpack creates the vid, but it's not playable. Any help appreciated.
Not really. But there are workarounds. You can just straight-up copy the file to wherever with the webpack copy plugin. See the bottom of this webpack config: https://github.com/hew/hew.github.io/blob/dev/webpack.config.js
Np. Working on it too. I'll let you know how it goes.
I did not achieve it with this library, unfortunately. I did have one kind of half-brained idea, though. On the phone right now. I'll post some pseudo code in a...
I thought I had something. But I got nothing. 😆
@andrei-sheina Using webpack?
@andrei-sheina The general idea is that you want to copy all the files you're using from Alloy into the same directory where your webpack bundle is. My bundle directory (packs)...
@andrei-sheina @rashidul0405 You cannot have Alloy just at the base directory. You need to have it in the directory where you are outputting your bundles. It makes a difference.
Not ideal, but you can manually set it dirty: ``` send('becomeDirty'); ```