UNPKG
lc-bun-plugin
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.4
0.0.3
Some bun bundler plugins.
github.com/lazycoffee/lc-bun-plugin
lazycoffee/lc-bun-plugin
lc-bun-plugin
/
playground
/
source
/
user
/
login.mjs
5 lines
(3 loc)
•
121 B
JavaScript
View Raw
1
2
3
4
5
import
"../style/user/login.less"
;
const
pEl =
document
.
querySelector
(
"p"
); pEl.
textContent
=
"here is login page"
;