mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
added vite ignore flag
This commit is contained in:
parent
efd0ace00f
commit
e0f1686e61
@ -121,7 +121,7 @@ function extendsWidgetClass(parentClass, ctx) {
|
||||
const generateRemoteComponent = (props) => {
|
||||
return lodable(async () => {
|
||||
try {
|
||||
let virtualModule = await import(props.url)
|
||||
let virtualModule = await import(/* @vite-ignore */props.url)
|
||||
|
||||
virtualModule = virtualModule.default
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user