Avoid TS error with parcel "bundle-text:" scheme
This commit is contained in:
parent
5728713eec
commit
15812d2e1f
1 changed files with 1 additions and 0 deletions
|
@ -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