343 skills found · Page 7 of 12
jmp / React Native Bundle ExtractorA utility for extracting the React Native JavaScript bundle from an Android APK or a package installed on a connected device.
hcvazquez / UFFRemover[A novel JavaScript code optimizer] A common practice in JavaScript development is to ship and deploy an application as a large file, called bundle, which is the result of combining the application code along with the code of all the libraries the application depends on. Despite the benefits of having a single bundle per application, this approach leads to applications being shipped with significant portions of code that are actually not used, which unnecessarily inflates the JavaScript bundles and could slow down website loading because of the extra unused code. The goal of this paper is to address the problem of reducing the size of bundle files in JavaScript applications.
jlbfalcao / Js Beautify V8.tmbundleA faster Javascript Beautifier textmate bundle.
tests-always-included / Gulp Css2jsConvert your CSS into JavaScript so it can get bundled and distributed as a single file. Works outside of gulp as well.
azu / Can Bundle ItA command line tool that detect JavaScript file can be bundled.
adriencaccia / Cdk Bundle AnalyzerA library that delivers tools to analyze the bundle size of TypeScript/JavaScript CDK functions.
sarthak-saxena / JSBundleSizeGithub action for computing javascript bundle size. It calculates & logs JavaScript bundle size on each pull request or commit (customisable).
kitchenshelf / Serverless RspackA Serverless framework plugin for zero-config JavaScript and TypeScript code bundling using the high performance Rust-based JavaScript bundler rspack
lmarqs / Cypress Rollup PreprocessorCypress preprocessor for bundling JavaScript via rollup
DEEP-IMPACT-AG / Staticweb BuildA simple workflow for static websites with live-reload local server, Babel transpiler for JavaScript and bundling CSS with PostCSS and CSSNext.
hakaioffsec / ChupabaseChupabase is an automated security assessment tool designed to identify and exploit misconfigurations in Supabase-backed applications by reconstructing API endpoints from client-side JavaScript bundles and testing access using the public (anon) role.
Bestbynature / TodoList Webpack ES6In this project, a simple HTML list of To Do tasks is built with html, CSS and javaScript. The list is styled according to the specifications listed in the project requirement and the entire app is bundled using webpack and served by a webpack dev server.
diegohaz / Webpack Blocks Split VendorA webpack block that splits vendor javascript into separated bundle
Favourezeugwa / Webpack Set UpA simple Webpack boilerplate used to bundle JavaScript.
mwallinger-tu / Edge Path BundlingJavascript implementation of the edge path bundling algorithm
surmon-china / Libundler📦 Universal JavaScript library bundler, powered by @rollup.
sjlu / SunriseA small bootstrapped, single-page, Javascript bundle to start you up!
openjs-foundation / Bundler Collab SpaceOpenJS's Collaboration Space for JavaScript Bundlers and Tooling Infrastructure.
Nemwel-Boniface / WebpackSetUpWebpack is an open-source JavaScript module bundler. This includes basic setup files to help me not redo all the setups for webpack when starting a new project.
mageweaver / Preprocess LoaderThis is a preprocessor loader for the javascript webpack module bundler. It supports macros, callbacks, regular expressions, similar to the C preprocessor.