-
Environment:
- Preview version: 1.29.0
- Browser name and version: Google Chrome Versión 63.0.3239.132
- Operating system and version: Windows 10
Steps to reproduce the problem:
1. yarn run pro…
-
It looks like a prior version of this plugin caused invalid content, like
`
-
We export our modules as a single UMD, which works _just fine_, but adds an extra boilerplate and makes it complicated to perform some tree shaking with webpack or rollup.
Including the original ES…
-
Is it possible to sync directories to do deletions only and not copy?
-
I'm planning to play a bit with github actions and it could be helpful for our PR system by introducing automated checks.
The question is what should we check?
I've came up with a next list:
* …
-
Hi Team, the plugin is installed on my [site](https://kartikkasat.ml) and not working .I don't see my HTML minified in the production build.I also tried uninstalling and then reinstalling but no luck.
-
We should minify the javascript to make the project scalable with less server stress
-
We use ViteJS in multiple of our services, we have CoreJS as a dependency and as sub-dependecy.
When building Vite minifies using ESBuild and this particular expressions get's broken:
`var toStri…
-
I have an images task that pipes/minifies etc to an images folder along with automated image optimization. I was experiencing a performance problem where if I only changed/deleted/added 1 image, the e…
-
I am [implementing](https://github.com/sass/node-sass/issues/1767) `node-sass` with a watcher:
``` bash
node-sass -w "$1"/src/scss/ -o "$1"/interface/static/css/ --output-style compressed &
```
Howe…