You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.
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 ?
The text was updated successfully, but these errors were encountered: