Please see CHANGELOG for more information what has changed recently. Contributions and feedback are very welcome.
https://github.com/thgh/rollup-plugin-serveTags | rollup rollup-plugin serve dev-server static |
Implementation | Javascript |
License | MIT |
Platform | OS-Independent |
Seamless integration between Rollup and Babel.Both approaches have disadvantages – in the first case, on top of the additional configuration complexity, you may end up with Babel's helpers (like classCallCheck) repeated throughout your code (once for each module where the helpers are used). In the second case, transpiling is likely to be slower, because transpiling a large bundle is much more work for Babel than transpiling a set of small files.
rollup-plugin babel es2015 es6Rollup is a module bundler for JavaScript which compiles small pieces of code into something larger and more complex, such as a library or application. It uses the new standardized format for code modules included in the ES6 revision of JavaScript, instead of previous idiosyncratic solutions such as CommonJS and AMD. ES6 modules let you freely and seamlessly combine the most useful individual functions from your favorite libraries. This will eventually be possible natively, but Rollup lets you do it today.Install with npm install --global rollup. Rollup can be used either through a command line interface with an optional configuration file, or else through its JavaScript API. Run rollup --help to see the available options and parameters. The starter project templates, rollup-starter-lib and rollup-starter-app, demonstrate common configuration options, and more detailed instructions are available throughout the user guide.
modules bundler bundling es6 optimizerA loader for webpack, rollup, babel that loads svg as a React Component
react svgo svg webpack-loader babel-plugin svg-loader rollup-plugin loader react-svg-loader webpackCompile Svelte components. Note that we need to install Svelte as well as the plugin, as it's a 'peer dependency'.
svelte rollupThis package shows how to get started with rollup (and babel) for writing npm packages using ES6 modules. Writing npm packages with a jsnext:main allows users of your package to choose whether they use it using the traditional require function understood by node.js, or using the import statement added in ES6 which can result in smaller bundles through live-code inclusion static analysis.You can simply use this project as inspiration for how to configure your own, or clone it and edit the metadata files when starting your own project (i.e. README.md, package.json, and LICENSE).
es6 modules rollup bundle browserTfsRollUp is a C# Tfs plugin that makes it easier for Scrum Teams, et al. to see aggregated/rollup values for Remaining Work, Story Points and other units of time/effort. You'll no longer have to do the rollup manually, as TfsRollUp will calculate the rollup values when a rele...
team-foundation team-foundation-serv tfs workitem workitem-trackingUse Rollup with workers and ES6 modules today. Workers are JavaScript’s version of threads. Workers are important to use as the main thread is already overloaded, especially on slower or older devices.
Typically, you would use this plugin alongside rollup-plugin-node-resolve, so that you could bundle your CommonJS dependencies in node_modules.This plugin will attempt to create named exports, where appropriate, so you can do this...
Now, all Pure CSS files should be built into the `pure/build/` directory. Allfiles that are in this build directory are also available on the CDN. The namingconventions of the files in the `build/` directory follow these rules:* `[module]-core.css`: The minimal set of styles, ususally structural, that provide the base on which the rest of the module's styles build.* `[module]-nr.css`: Rollup of `[module]-core.css` + `[module].css` + `[module]-[feature].css` from the `src/[module]/` dir. This i
A dev server that serves your source files over native ES modules, with rich built-in features and astonishingly fast Hot Module Replacement (HMR). A build command that bundles your code with Rollup, pre-configured to output highly optimized static assets for production.
frontend hmr dev-server build-tool viteNo module bundling during development, instead loading source files (.ts/.tsx) directly in the browser (using plugin-typescript). Type-checking is disabled for speed and delegated to another process. Enable strictNullChecks with noImplicitAny (compiler flags), to get Non-nullable Types (v2.0) and Smarter Type Inference (v2.1) (Source) which greatly increase your TypeScript experience.
jspm typescript react redux systemjs rollup starter hot-reload boilerplateCRM 2011 - Generic Rollup Solution servers the purpose of code less Rollup for all the entities in CRM
Browserify transform to apply Rollup, converting ES6/ES2015 modules into one big CommonJS module. This tends to result in smaller bundle sizes, due to Rollup's tree-shaking and scope-hoisting capabilities.
rollup browserifyThis is mostly things I wrote for @mdx-js/mdx which are not slated to be released (soon?) plus some further changes that I think are good ideas (source maps, ESM only, defaulting to an automatic JSX runtime, no Babel, smallish browser size, more docs, import/exports in evaluate, esbuild and Rollup plugins). Use Node 12 or later. Then install xdm with either npm or yarn.
markdown babel webpack jsx rollup mdx esbuild mdxjs xdmSee example folder for a minimal example. Note 1: The outDir and rootDir options cannot be overwritten.
serverless typescript aws-lambda babel webpack rollup serverless-framework serverless-pluginHere I am again with a new utility for your SharePoint deployment – “My Task List Rollup”.
The zero-configuration bundler for tiny modules, powered by Rollup. Microbundle includes two commands - build (the default) and watch. Neither require any options, but you can tailor things to suit your needs a bit if you like.
bundle module-bundler build microlib rollup tiny-modules umd micro-libraryPlease refer to the blog posts below for more detailed information. This is a community driven tool, please help support it, share your experiences in this Chatter group.
A Super fast progressive web app with a small footprint & minimal dependencies. Features universal rendering, redux, state-driven routing, preact, & service workers. Crunched & optimized with rollup, buble, optimize-js, & purify-css.
service-worker preact buble redux rollup performance optimize-js
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.