hanvalen
hanvalen
SSolidJS
Created by hanvalen on 1/2/2025 in #support
minified UI library package code calling undefined map
so this is likely a vite issue and not solid, but those things are kissing so it may be both
9 replies
SSolidJS
Created by hanvalen on 1/2/2025 in #support
minified UI library package code calling undefined map
I changed the package.json,
"files": [
"dist"
],
"files": [
"dist"
],
to
"files": [
"dist",
"src",
],
"files": [
"dist",
"src",
],
and that just works now lol, some other stuff abt pointing the import requests to src rather than dist/lib.es.js
9 replies
SSolidJS
Created by hanvalen on 1/2/2025 in #support
minified UI library package code calling undefined map
thanks ill try these out
9 replies
SSolidJS
Created by hanvalen on 1/2/2025 in #support
minified UI library package code calling undefined map
meow
9 replies