/web-plugins

Concept of web plugins using webpack and external modules

Primary LanguageJavaScript

web-plugins

Concept of web plugins using webpack that:

  • Uses externals to reduce plugin size
  • Captures exceptions when rendering react components from plugins

Build

  • npm install on each folder
  • npm run build in main
  • npm run build in plugin1 and plugin2
  • Open main/build/index.html in browser