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

mrhenry/core-web-example-script-tag

Repository files navigation

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

Releases

No releases published

Packages

No packages published