Skip to content

Commit

Permalink
trying to use mjs build
Browse files Browse the repository at this point in the history
  • Loading branch information
dlohvinov committed Dec 28, 2023
1 parent 13f40df commit 48b8aa2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@vuelidate/validators": "^2.0.0",
"@vueuse/core": "^10.3.0",
"@webitel/flow-ui-sdk": "^0.1.14",
"@webitel/ui-sdk": "^24.2.4",
"@webitel/ui-sdk": "^24.2.5",
"axios": "^0.27.1",
"clipboard-copy": "^4.0.1",
"cron-validator": "^1.3.1",
Expand Down
2 changes: 1 addition & 1 deletion src/app/plugins/webitel-ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import '@webitel/ui-sdk/dist/img/sprite';

// import styles
import '@webitel/ui-sdk/dist/ui-sdk.css';
import WebitelUI from '@webitel/ui-sdk/dist/ui-sdk.umd';
import WebitelUI from '@webitel/ui-sdk/dist/ui-sdk.mjs';

// import locale
import WebitelUIEn from '@webitel/ui-sdk/src/locale/en/en';
Expand Down

0 comments on commit 48b8aa2

Please sign in to comment.