Andrey Sidorov

Results 8 comments of Andrey Sidorov

@MeritonPylla `yarn upgrade vue-head@MKGaru/vue-head#vue3`

While I'm not professional game developer and just playing with bevy, such behaviour looks weird and broken, no matter what reason causes this. There should be a way to get...

@elhoyos Can't merge it automatically with github. Could you please fix conflicts? Also it has error in these lines when _viewport_ equals _window_. ``` var viewport_offset = $viewport.offset(); var viewport_offset_left...

Updated the description of the issue, removed unnecessary details.

@zaycev thanks for quick response! The demo looks better with such fixes. In my app I started getting black screen after changed shaders code, but this looks like my own...

@milky2028 Well, I already found solution. Here is my working example ```js config.plugin('preload').tap(options => { options[0].include = { type: 'allChunks', chunks: ['app', 'chunk-vendors', 'landing', 'landing-styles'] }; return options; }); ```...