Skip to content
This repository has been archived by the owner on Aug 18, 2021. It is now read-only.

v7.1.0

Compare
Choose a tag to compare
@hzoo hzoo released this 26 Oct 18:39
· 167 commits to master since this release

v7.1.0

🚀 New Feature

  • Adding support to lint dynamicImport (#413) @kesne

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);
})