-
### Description
Using the tailwind.config.js from gluestack-ui-v2 `node_modules/react-native-css-interop/.cache/android.js` is a 4.3MB minified js file that takes ~250ms to load on app start. That is…
-
I'm including a generated `parser.js` as part of a large web project. Webpack with the Terser plugin is configured to minify all of the javascript. The default (I believe) behavior is to rename all no…
-
All code needs to be reviewable, which means we need un-minified versions of JS.
Easiest method is to check for `*.min.js` and a corresponding `*.js`...a more foolproof way is to read the JS and dete…
-
Hi, I would like to contribute a PR to minify inline JS. In the current form, HTML is being minified but any script tags are not. I know the place to add scripts is main.js most of the time, but in th…
javdl updated
8 years ago
-
There's nothing in the zxcvbn.js file to identify what the project, license or version is.
It would be useful to have a simple header included, such as:
```
/*
zxcvbn - realistic password streng…
-
http://localhost:3000/keystone/js/index.js is not minified.
```
$ NODE_ENV=production node server.js
$ curl http://localhost:3000/keystone/js/index.js | wc -c
1312064 (1.3M)
$ curl http://localhost…
-
As I see minifyed versions of JS must be removed from dev versions. It's almost impossible to edit it and complete impossible to check changes.
Or it's must be provided recommended tool for compressi…
-
The page loading speed is suboptimal, leading to a slower user experience. This can impact user engagement and SEO performance. Enhancements are needed to optimize the page load times for a smoother a…
-
With the newest Dart Sass, I am getting
`Deprecation Warning: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.`
According to their [docs](https://sass-lang.com/d/legacy-js…
-
Hi,
I'm going nut with this.
I'm using copy-files-from-to to create a distribution package from my dev folders.
This is my `package-copy-files-from-to.dist.cjson` configuration file:
{
…