Pasquale Mangialavori

Results 10 comments of Pasquale Mangialavori

Sure i can do this className='center-lg center-md center-xs' but...

Is there any news about this?

Up. Same problem with 3.6.1 version. Somenthing like that could work? ``` function normalizeURI (uri) { return uri.replace(/(:\/\/)|(\\+|\/{2,})+/g, match => { if(match === '://' || match === '//') { return...

Maybe you can just do something like that? `data: { activeClass: css`color: green;`, errorClass: css`color: red;` } ` I don't know if that works but should be. [https://vuejs.org/v2/guide/class-and-style.html#ad](https://vuejs.org/v2/guide/class-and-style.html#ad)

Yeah I understood. but I don't think it's in the 1.0 roadmap so I don't think you can have it soon

Any news on this?can i publish a lib in es module format just transpiling with babel?

Generate an entry point for each file and then set bundle:true would do what expected? I mean keeping each file separated with the imports but transformed? example ```javascript import glob...

Any news on this topic? Unfortunately we have a case where we need the original one and not the polyfilled one ```typescript structuredCloned(new Proxy({})) ``` gives an error and we've...