Skip to main content

Module Specifierstring to identify & point to Module location

Relative Path

"./folder/module"
"../../lib/wasd.mjs"

Absolute path

"/lib/core/main.js"

URL

"https://unkpg.com/@react16.4/min.js"

Bare Path

"lodash"

Deep Import path

"my-package/dist/main.js"

References

  1. Browser Module Path ↔ to import Module via Module Specifier to point to CDN URL link - to allow immediate Execution in Browser w/o Bundler