Skip to content

iccube-real/webpack-mod-fed-amcharts4

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webpack-mod-fed-amcharts4

amCharts v4 module federation demo: issue w/ shared/singleton setup

    new ModuleFederationPlugin({
        name: "amCharts4",
        filename: "remoteEntry.js",
        exposes: {
            "./PluginDefinition": "./src/PluginDefinition",
        },
        shared: {
            "@amcharts/amcharts4": {singleton: true},
        },
    }),

WMF

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 54.9%
  • TypeScript 41.8%
  • HTML 3.3%