Use properly transpiled SweetAlert2 lib (#682)
This commit is contained in:
parent
beebe7c98b
commit
f6946085d8
|
@ -1,5 +1,5 @@
|
||||||
import * as jq from 'jquery';
|
import * as jq from 'jquery';
|
||||||
import Swal from 'sweetalert2/src/sweetalert2.js';
|
import Swal from 'sweetalert2/dist/sweetalert2.js';
|
||||||
|
|
||||||
import {
|
import {
|
||||||
BodyOutputType,
|
BodyOutputType,
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
import Swal, { SweetAlertIcon } from 'sweetalert2/src/sweetalert2.js';
|
import Swal, { SweetAlertIcon } from 'sweetalert2/dist/sweetalert2.js';
|
||||||
|
|
||||||
import { DeviceType } from 'jslib/enums/deviceType';
|
import { DeviceType } from 'jslib/enums/deviceType';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue