Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
hanvalen
Posts
Comments
S
SolidJS
•
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
S
SolidJS
•
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
S
SolidJS
•
Created by hanvalen on 1/2/2025 in
#support
minified UI library package code calling undefined map
thanks ill try these out
9 replies
S
SolidJS
•
Created by hanvalen on 1/2/2025 in
#support
minified UI library package code calling undefined map
meow
9 replies