Skip to content

Instantly share code, notes, and snippets.

@digitalsadhu
Created April 23, 2021 05:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save digitalsadhu/69f3cca8a6c13b809e7e3a3c569959a8 to your computer and use it in GitHub Desktop.
Save digitalsadhu/69f3cca8a6c13b809e7e3a3c569959a8 to your computer and use it in GitHub Desktop.

Migrating to Eik v2

Terminology

  • MUST For things to work as expected, it is required that you perform tasks listed as must
  • SHOULD While not strictly necessary, performing tasks listed as should will help line you up with what we consider our current best practices
  • CAN Your call, on this one. We think it's a good idea but YMMV.

TLDR;

  • MUST Update modules to v2
  • MUST Add a type field to eik.json
  • SHOULD Swap out eikPodium for @eik/node-client
  • CAN Replace microbundle with rollup and postcss

N.B. For anyone currently using next versions of modules, you may already be up to date in which case, update dependencies to v2 and you're done.

Guide

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment