Gábor Soós

Results 55 comments of Gábor Soós

I have examples in my [Vue 3 playground](https://github.com/blacksonic/vue-3-playground) https://github.com/blacksonic/vue-3-playground/blob/master/src-javascript/components/Item.vue

First yes, Babili needs ES2015 code to operate properly, It accepts ES5 also, but won't remove the unused classes. Babili is basically a set of Babel presets, so if it...

@jack4it I think it is designed this way. Maybe after the release of Webpack 2 they will implement Rollup like tree-shaking

@EmilTholin the problem is Babel setups doesn't transpile files within `node_modules`. There is no build of the library for good old CommonJS.

There is no build step before publishing, just the raw svelte and es6 syntax files.

Got it working. The problem is it needs the var statement at the start of line: ``` javascript var fs = require('fs'); ``` But this doesnt work: ``` javascript var...

Now it has been replaced by guards in routes.

@plingampally What is Webpack config? Removing the google rules removes the error?

Any plans on supporting this? Currently only Blackfire is available for profiling, but it is not fully integrated with Heroku (no SSO, no billing)

any update on this? i've posted this issue to the Gisqus repository https://github.com/giscus/giscus/issues/1322