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

Using without npm #61

Open
3r1d opened this issue Apr 1, 2022 · 1 comment
Open

Using without npm #61

3r1d opened this issue Apr 1, 2022 · 1 comment

Comments

@3r1d
Copy link

3r1d commented Apr 1, 2022

I tried to use the lib without npm,
by copying the moment-business.js file,
and source it with:
<script src="moment-business.js"></script>

then use it with
import business from 'moment-business';

but I got error below:
Uncaught SyntaxError: Cannot use import statement outside a module

Any idea how to solve this ?

@eumali22
Copy link

eumali22 commented Sep 9, 2022

This is most likely late, but for someone experiencing this issue, try:
<script type="module" src="moment-business.js"></script>

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants