Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Latest commit

 

History

History
14 lines (9 loc) · 492 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 492 Bytes

core-web example

See the migration

  • uses script type="module" vs. script nomodule
  • ensures browser support even when you have no access to a server-side process where you can detect user agents.

Although this method works and has some benefits it is not ideal, it should only be used if you can't detect user agents.

Important bits :

  • webpack.config.js
  • index.html
  • dependencies listed in package.json