Temp

7805 bookmarks
Custom sorting
zheeeng/vite-plugin-shared-modules: Share node_modules in monorepos. Best friend for pnpm's module isolation and module singletons sharing.
zheeeng/vite-plugin-shared-modules: Share node_modules in monorepos. Best friend for pnpm's module isolation and module singletons sharing.
Share node_modules in monorepos. Best friend for pnpm's module isolation and module singletons sharing. - zheeeng/vite-plugin-shared-modules: Share node_modules in monorepos. Best friend for pn...
·github.com·
zheeeng/vite-plugin-shared-modules: Share node_modules in monorepos. Best friend for pnpm's module isolation and module singletons sharing.
hyrious/esbuild-repl: esbuild-wasm
hyrious/esbuild-repl: esbuild-wasm
esbuild-wasm. Contribute to hyrious/esbuild-repl development by creating an account on GitHub.
·github.com·
hyrious/esbuild-repl: esbuild-wasm
使用vite、tsup、github actions打造丝滑的npm package开发模版
使用vite、tsup、github actions打造丝滑的npm package开发模版
使用vite、tsup、github actions打造丝滑的npm package开发模版(针对vue3和react)原文链接: 使用vite、tsup、github actions打造丝滑的npm package开发模版很多时候我们有开发npm packge的想法,但自己搭建开发…
·zhuanlan.zhihu.com·
使用vite、tsup、github actions打造丝滑的npm package开发模版
ReadFile in Base64 Nodejs
ReadFile in Base64 Nodejs
I'm trying to read an image from client side encoded in base64. How to read with nodejs? My code: // add to buffer base64 image var encondedImage = new Buffer(image.name, 'base64'); fs.readFile(
·stackoverflow.com·
ReadFile in Base64 Nodejs
rollup插件开发之@rollup/plugin-data-uri
rollup插件开发之@rollup/plugin-data-uri
@rollup/plugin-data-uri可以将导入的base64资源,转成ES模块。源码地址: @rollup/plugin-data-uri比如: 有一段base64: eyAibmFtZSI6ICJoYXBweSIsICJhZ2UiOiAxOCB9。对应的字符串文本是:{ "name": &#3…
·zhuanlan.zhihu.com·
rollup插件开发之@rollup/plugin-data-uri
webpack
webpack
webpack is a module bundler. Its main purpose is to bundle JavaScript files for usage in a browser, yet it is also capable of transforming, bundling, or packaging just about any resource or asset.
·webpack.js.org·
webpack