Skip to main content
Tooling
0 votes
5 replies
103 views

I am looking for a JavaScript compressor1 (not minifier) which has least overhead for it's own decompressor functions. Did you have some recommendations to me? Currently, I only seen RegPack and ...
JOrE's user avatar
  • 155
0 votes
0 answers
51 views

I get these errors when I try to build my nextjs project static/chunks/36443.1f4a0592caf86eec.js from Terser invalid unicode code point at line 1 column 454144 I tried removing node_modules and ...
Konul Memmedova's user avatar
0 votes
3 answers
127 views

I am working on an ASP.NET project that uses Vue.js and jQuery. I have a JavaScript file (fields.js) that defines several classes (e.g., Users, Fields) and initializes a Vue instance. When I use the ...
kev's user avatar
  • 139
0 votes
0 answers
28 views

I'm trying to understand the reasoning behind the default configuration in the new react-native-gradle-plugin. Specifically, I noticed that JavaScript bundle minification is disabled during release ...
kartik malik's user avatar
0 votes
1 answer
686 views

I'm using Astro to build a Single Page App and optimize its assets (HTML, CSS, SVG etc). This apps contains a significant amount of JavaScript code (split into several files) that must be run "as-...
s427's user avatar
  • 1,628
0 votes
0 answers
31 views

The sprite is missing the path and other properties in the dist folder after running npm run build. Before the command and minification, sprite works fine in local host and deployment (I use parcel v2)...
Rain_lust's user avatar
2 votes
2 answers
844 views

Here’s an improved version of your text with some clarity adjustments: Hello, I have a Flutter app that was working perfectly until I upgraded my OS to Windows 11 and updated Android Studio to the ...
nilshv's user avatar
  • 51
0 votes
1 answer
171 views

Utilizing Azure CI Pipelines to help build and prepare my artifact for deployment, the minified files seem to be excluded from the prepared artifact. Looking at the build logs I can see the files get ...
Josh T's user avatar
  • 1
2 votes
0 answers
121 views

When building (readthe)docs with a sphinx-theme, most of the used extensions bring their own css and js files which are being loaded separately (e.g. copybutton.css/js, tabs.css/js, togglebutton.css/...
msbt's user avatar
  • 21
0 votes
1 answer
29 views

while running meteor remove standard-minifier-js && meteor add abernix:standard-minifier-js or meteor add abernix:standard-minifier-js getting below error. Any help would be highly appreciable....
vikas_g's user avatar
  • 31
0 votes
1 answer
225 views

I have a class using try-catch-finally, and it works well in debug package. But when I turn on MinifyEnable, the app crashed with class verified rejected: java.lang.VerifyError: Verifier rejected ...
Promise's user avatar
0 votes
1 answer
118 views

I made a python program to scrape data from a couple shopping sites, which was working fine on both, until recently. URL1 - https://www.auchan.pt/pt/alimentacao/alimentacao-bebe-e-crianca/papa-e-...
Rodrigo Monteiro's user avatar
1 vote
0 answers
602 views

I have a flutter web app which has some code in dart and some other code in javascript. When I build the release variant of the web app, the dart code seems to be obfuscated/minified. But the ...
Ravi Kumar's user avatar
0 votes
1 answer
60 views

I have some programming logic in css file. I used the css file as a template. Is there any plugin for webpack which has option to just compress the css file without validating css rules?
Shamim's user avatar
  • 703
0 votes
1 answer
398 views

I use R8 in my project to minify classes and it worked well, now I want to see what classes was removed exactly and from Android offical it said add : -printusage proguard/unused.txt in my proguard ...
tribelei's user avatar

15 30 50 per page
1
2 3 4 5
163