**Host webpack.config** ```js const config = { ...otherConfigs plugins: [ new ModuleFederationPlugin({ name: "app1", remotes: { app2: "app2@[window.app2Url]/remoteEntry.js" } }). new ExternalTemplateRemotesPlugin(), ] } ```
This plugin is a fork from Zackary Jackson's ExternalTemplateRemotesPlugin (https://www.npmjs.com/package/external-remotes-plugin) and it was adapted to work properly with NextFederationPlugin (https://www.npmjs.com/package/@module-federation/nextjs-mf).
A runtime external-remotes-plugin work with @module-federation/enhanced
A sdk for support module federation
Module Federation Runtime for webpack
This plugin contains helper functions that’ll be placed at the top of the generated code
Official command line tool for Airtable blocks development
rehype plugin to automatically add `target` and `rel` attributes to external links
Rollup plugin to automatically add a library's peerDependencies to its bundle's external config.
Full CSS support for JSX without compromises
Transform external imports into global variables like output.globals.
tsParticles push external interaction
Easily create highly customizable particle animations and use them as animated backgrounds for your website. Ready to use components available also for React, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Riot.js, Inferno.
Backwards compatible shim for React's useSyncExternalStore. Works with any React that supports hooks.
tsParticles connect external interaction
tsParticles attract external interaction
tsParticles pause external interaction
tsParticles repulse external interaction
tsParticles bounce external interaction
tsParticles bubble external interaction
tsParticles grab external interaction
tsParticles slow external interaction
tsParticles remove external interaction
Vite plugin for inlining all JavaScript and CSS resources
A Liquid tag plugin for Jekyll that allows remote includes from external assets.
Chained is simple chained selects plugin. It works with both jQuery and Zepto. Use class based version if you do not want to make external queries. It uses HTML class names of select options to decide content. To create selects from AJAX queries use remote version instead. This version makes an external AJAX query and uses the returned JSON to build child selects.