nahtnam
Explore posts from serversPD🧩 Plasmo Developers
•Created by nahtnam on 1/10/2023 in #👟framework
React Devtools
I built the extension, then ran a http server. It was a new tab page so it loaded fine
14 replies
PD🧩 Plasmo Developers
•Created by nahtnam on 11/5/2023 in #👟framework
Tilde Import for `.mjs`
Might go back to
.ts
to get unblocked but the use case here is that I can also import it into .js
files such as tailwind.config.js or whatever
And I think .mjs
also gets typed checked which is pretty cool8 replies
PD🧩 Plasmo Developers
•Created by nahtnam on 11/5/2023 in #👟framework
Tilde Import for `.mjs`
This is the library I'm using for it
8 replies
PD🧩 Plasmo Developers
•Created by nahtnam on 11/5/2023 in #👟framework
Tilde Import for `.mjs`
8 replies
PD🧩 Plasmo Developers
•Created by nahtnam on 11/5/2023 in #👟framework
.html relative imports
i guess i messed up when testing it
5 replies
PD🧩 Plasmo Developers
•Created by nahtnam on 11/5/2023 in #👟framework
.html relative imports
Got it,
/apps/dash
worked after moving the assets folder to the root5 replies
PD🧩 Plasmo Developers
•Created by nahtnam on 11/5/2023 in #👟framework
.html relative imports
Seems like
assets
needs to be outside of the src
folder according to this example. https://github.com/PlasmoHQ/examples/tree/1682da7778533fc685a3ebb0257252bc9f5f4ebe/with-src
I updated to ../../
, that didn't work. ~assets/
didnt work, /assets/
didnt work, and /apps/dash/assets
didnt work either5 replies
PD🧩 Plasmo Developers
•Created by nahtnam on 8/21/2023 in #👟framework
How do I use `tslog` (esm)
I looked through the open issues but not the closed one, my bad!
17 replies
PD🧩 Plasmo Developers
•Created by nahtnam on 8/21/2023 in #👟framework
How do I use `tslog` (esm)
Adding
to my package.json worked
17 replies
PD🧩 Plasmo Developers
•Created by nahtnam on 8/21/2023 in #👟framework
How do I use `tslog` (esm)
Plasmo uses parcel right?
17 replies
PD🧩 Plasmo Developers
•Created by nahtnam on 8/21/2023 in #👟framework
How do I use `tslog` (esm)
17 replies
PD🧩 Plasmo Developers
•Created by nahtnam on 8/21/2023 in #👟framework
How do I use `tslog` (esm)
Empty object
17 replies
PD🧩 Plasmo Developers
•Created by nahtnam on 8/21/2023 in #👟framework
How do I use `tslog` (esm)
17 replies
PD🧩 Plasmo Developers
•Created by nahtnam on 8/21/2023 in #👟framework
How do I use `tslog` (esm)
Yep, im honestly not even sure what to do to debug
17 replies
PD🧩 Plasmo Developers
•Created by nahtnam on 8/21/2023 in #👟framework
How do I use `tslog` (esm)
17 replies
PD🧩 Plasmo Developers
•Created by nahtnam on 8/21/2023 in #👟framework
How do I use `tslog` (esm)
I do see
"type": "module",
when I look through my node_modules17 replies
PD🧩 Plasmo Developers
•Created by nahtnam on 8/21/2023 in #👟framework
How do I use `tslog` (esm)
Some ESM stuff is happening, heres the full trace
17 replies
PD🧩 Plasmo Developers
•Created by nahtnam on 8/21/2023 in #👟framework
How do I use `tslog` (esm)
Just doing
also tried
import * as tslog from 'tslog'
17 replies
PD🧩 Plasmo Developers
•Created by nahtnam on 7/27/2023 in #👟framework
Firefox Permissions Transform
Do I need to manually adjust my permissions?
6 replies
PD🧩 Plasmo Developers
•Created by nahtnam on 7/27/2023 in #👟framework
Firefox Permissions Transform
6 replies