react javascript bundler typescript jsx commonjs minify rsc esmodule server-components Updated Oct 5, 2024 TypeScript cferdinandi / gulp-boilerplate Star 841 Code Issues Pull requests A boilerplate for building web projects with Gulp.js. javascript css gulp sass boilerplate minify autoprefixer...
react javascript bundler typescript jsx commonjs minify rsc esmodule server-components Updated Oct 30, 2024 TypeScript cferdinandi / gulp-boilerplate Star 842 Code Issues Pull requests A boilerplate for building web projects with Gulp.js. javascript css gulp sass boilerplate minify autoprefixer...
JavaScript bundling – transpilation (TypeScript, JSX), tree shaking, minification, source maps, and SRI hashing Image processing – convert, resize, crop, rotate, adjust colors, apply filters, overlay text and images, and extract EXIF data And with Hugo Modules, you can share content, assets...
// Preactimport{swc,defineRollupSwcOption}from'rollup-plugin-swc3';exportdefault{input:'xxxx',output:{},plugins:[swc(defineRollupSwcOption({jsc:{transform:{react:{pragma:'h',pragmaFrag:'Fragment'// To use preact/jsx-runtime:// importSource: 'preact',// runtime: 'automatic'}}})),]...
{0}.jsx"; for (name in exports) { $.global[name] = exports[name]; } exports = undefined; """.format(package) return replacement return CodeFragment(replacement, string=True).inline() def inline(self): code = self.code if self.source: code = code.replace( '$.fileName', 'new ...
export interface ESBuildOptions extends TransformOptions { include?: string | RegExp | string[] | RegExp[] exclude?: string | RegExp | string[] | RegExp[] jsxInject?: string /** This option is not respected. Use `build.minify` instead. */ minify?: never } export default defineConfig...
jsxInject?: string /** * This option is not respected. Use `build.minify` instead. */ minify?: never } export type ESBuildTransformResult = Omit<TransformResult, 'map'> & { @@ -170,6 +174,17 @@ export function esbuildPlugin(options: ESBuildOptions = {}): Plugin { options.exclude...
Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {{ message }} kdy1 / repro-next-minify-module Public Notifications You must be signed in to change notification settings Fork 0 Star 1 ...
{ "env": { "es2022": true, "node": true, "browser": true }, "parserOptions": { "ecmaVersion": 13, "sourceType": "module", "ecmaFeatures": { "jsx": true } }, "extends": [ "../javascript/node_modules/eslint-config-prettier", "../javascript/node_modules/eslint-config-airbnb...
Actions Projects Security Insights Additional navigation options New issue Closed As far as i understood@sorryccsorrycc/blog#68 i have edited my .webpackrc.js file: addedes5ImcompatibleVersions: true, const path = require('path'); export default { entry: 'src/index.js', es5ImcompatibleVersions:...