Skip to content

dxp/issues#1020 Fixed minor issues doe bundling the app as a library of components.

Marcelo Tosco requested to merge fix-library-build into main
  • Updated vite conf. CSS does not need to be added here, changed output format to mjs for more clarity, added index.html for allowing "npm run preview"
  • Now CSS files of each coimponent is called by the component.
  • Removed styles.css for making a real decouple.

Merge request reports