Skip to content

Migrated from webpack to rollup for library build

Compare
Choose a tag to compare
@aeagle aeagle released this 08 Dec 23:28
· 478 commits to master since this release
  • Migrated from Webpack to Rollup for building component library
  • Created ES module bundles in /dist/es
  • Fixed window undefined error when rendering spaces via Next.js
  • Created server bundle /dist/server for using with Node.js server side apps when utilising SSR, e.g. Next.js and separated styling from server bundle (/dist/server.css). This is currently experimental.