2,443 questions
Tooling
0
votes
5
replies
103
views
Best Low-overhead JavaScript Compressor?
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 ...
0
votes
0
answers
51
views
Terser webpack error while building next.js project
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 ...
0
votes
3
answers
127
views
Minifiying javascript file with webpack breaks vue functionality (specifically with method calls on class instance)
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 ...
0
votes
0
answers
28
views
Why is JS bundle minification disabled by default in react-native-gradle-plugin?
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 ...
0
votes
1
answer
686
views
Astro - Automatically minify the JS files in the public folder during build?
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-...
0
votes
0
answers
31
views
Missing sprite in production
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)...
2
votes
2
answers
844
views
Execution failed for task ':app:minifyReleaseWithR8' - Stripe missing classes?
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 ...
0
votes
1
answer
171
views
Azure CI Pipeline Not Preparing Minified Files using BundlerMinifier into Artifact
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 ...
2
votes
0
answers
121
views
Is there a way to minify/combine css/js sphinx-extension-assets from the _static directory to have fewer and smaller requests?
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/...
0
votes
1
answer
29
views
While downloading abernix:[email protected]...: error: certificate has expired
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....
0
votes
1
answer
225
views
What would cause "class verified rejected" in Android developing with Java, when I turn on minifyEnable?
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 ...
0
votes
1
answer
118
views
Beautiful Soup returns script language instead of HTML
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-...
1
vote
0
answers
602
views
flutter web: how to obfuscate/minify the js code (in addition to the dart code)
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 ...
0
votes
1
answer
60
views
Do webpack 5 have a compression plugin which compress css file without validating css rules?
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?
0
votes
1
answer
398
views
R8 -printusage not worked
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 ...