{"library":"esbuild-plugin-rawbundle","type":"library","category":null,"description":"esbuild plugin that allows importing modules as bundled ESM strings via the `?rawbundle` query suffix. Version 0.2.2 is the latest stable release. This plugin processes imports like `import raw from 'jquery?rawbundle'` and returns the esbuild-bundled output as a default string export, using the specified esbuild options. It is maintained for esbuild plugin ecosystem integration. Differentiators: built on top of esbuild's internal bundling, supports any format/platform, and provides raw bundled content for dynamic use cases like code injection or embedding.","language":"javascript","status":"active","version":"0.2.2","tags":["javascript","vite","vite-plugin","typescript"],"last_verified":"Fri May 01","install":[{"cmd":"npm install esbuild-plugin-rawbundle","imports":["import rawBundlePlugin from 'esbuild-plugin-rawbundle';","import rawBundle from 'jquery?rawbundle'; // default export is a string","rawBundlePlugin({ esbuildOptions: { format: 'esm', platform: 'browser' } })"]},{"cmd":"yarn add esbuild-plugin-rawbundle","imports":[]},{"cmd":"pnpm add esbuild-plugin-rawbundle","imports":[]}],"homepage":null,"github":"https://github.com/divriots/esbuild-plugin-raw-loader","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/esbuild-plugin-rawbundle","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}