This repository has been archived by the owner on Aug 18, 2021. It is now read-only.
v7.1.0
v7.1.0
🚀 New Feature
Babylon support was added in https://github.com/babel/babylon/releases/tag/v6.12.0
import(`./section-modules/${link.dataset.entryModule}.js`)
.then(module => {
module.loadPageInto(main);
})