Use properly transpiled SweetAlert2 lib (#682)

This commit is contained in:
Chad Scharf 2020-10-26 17:52:01 -04:00 committed by GitHub
parent beebe7c98b
commit f6946085d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
import * as jq from 'jquery';
import Swal from 'sweetalert2/src/sweetalert2.js';
import Swal from 'sweetalert2/dist/sweetalert2.js';
import {
BodyOutputType,

View File

@ -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';