Sandro Simas

Results 21 comments of Sandro Simas

This issue was solved?

Yes, but how to use ?

Another way: ``` var underscore = angular.module('underscore', []); underscore.factory('_', function() { return window._; }); ```

Thanks @floydsoft, i will check later!

I'm having the same problem. I think this plugin should be used as a loader to execute after "css-loader" or "style-loader".

It seems the plugin only read the output files. Is there a way to use it as a loader? The purifycss should be applied after "css-loader" of "style-loader".

You should send the request with application/x-www-form-urlencoded.

In your link, for me, it is still happening. You need to test it twice. The first selection works fine.

Here I added `console.log` to the events: https://stackblitz.com/edit/vitejs-vite-8v5uqj?file=src%2FApp.tsx The problem is the `onKeyDown` event.