Martin Muzatko
Martin Muzatko
Without babel? wow.
If I want to use async/await and still want to support node 4, then I have to.
Can't even get it to run in dev mode :/ @Bombay how do you set ssr false for flickity?
Yep, got that problem too. Also it looks like there is added an extra asterisk. I uploaded a gif for the sake of documenting this issue: 
Will do. Thank you.
Hello! So the extra asterisk problem seems to be resolved. Also wrapping selections with asterisk works. Great job! :) I found another issue though. If you undo wrapping multiple selections,...
Promises are supported since Node 0.12: http://node.green/#ES2015-built-ins-Promise Right now I am working around the problem like this: ```js function exec(command) { return new Promise((resolve, reject) => shelljs.exec(command, {}, (code, value,...
Meanwhile, migrated to `execa`. Best of hope for shelljs either way :)
My current proof of concept is to copy the namespaced pages and components folder into the main app and then trigger the re-build. And if something fails to build, the...
> https://www.muhaddis.info/how-to-use-multiple-nuxt-js-applications-on-the-frontend/ > I hope this will help you! No. Unfortunately this is not helpful at all. Running two nuxt apps on two different ports is not the solution to...