penge / my-notes

Simple and fast note-taking in Chrome with Google Drive support.
https://chrome.google.com/webstore/detail/my-notes/lkeeogfaiembcblonahillacpaabmiop
MIT License
242 stars 34 forks source link

Use ES modules #402

Closed penge closed 2 years ago

penge commented 2 years ago

Use ES modules which are now well supported in Chrome:

Also:

Note: As a result of using ES modules, code shared between multiple files is now moved into reusable chunk files. This reduces the build size by 20% (from 87KB down to 68KB) at the time of writing.