mirror of
https://ark.sudovanilla.org/Korbs/electron-tabs.git
synced 2024-12-22 19:43:53 +00:00
Avoid TS error with parcel "bundle-text:" scheme
This commit is contained in:
parent
5728713eec
commit
15812d2e1f
|
@ -1,4 +1,5 @@
|
||||||
import Sortable from "sortablejs";
|
import Sortable from "sortablejs";
|
||||||
|
// @ts-ignore
|
||||||
import styles from "bundle-text:./style.css";
|
import styles from "bundle-text:./style.css";
|
||||||
|
|
||||||
if (!document) {
|
if (!document) {
|
||||||
|
|
Loading…
Reference in a new issue