Roman Sarvarov

Results 3 issues of Roman Sarvarov

Hey! When I do in my webpack.js: `mix.js('resources/js/app.js', 'public/dist/js').extract()` It still creates one file app.js. I want three files: app.js, vendor.js, manifest.js. What am I doing wrong?

Hey After I setup SSR and run "node ssr.js" it throws errors like MODULE_NOT_FOUND Cannot find module 'vue'. I have only vue-server as prod dependency in package.json. All other packages...

Hey! I'm developing https://github.com/romsar/gonertia that is adapter of Inertia.js for Go. petaki/inertia-go is a good package, but, unfortunately it doesn't cover some cases (closure and lazy props, 302->303, redirect back...