TIL
pnpm shamefully-hoist 设置
shamefully-hoist https://pnpm.io/npmrc#shamefully-hoist
默认情况下,pnpm 会创建一个半严格的 node_modules 结构,意味着依赖项可以访问未声明的依赖项,但 node_modules 之外的模块不能…
preload and prefetch
preload <link rel="preload"> is used to preload resources that are needed for the current page, and it is loaded before the browser parses…
windows git set eol to lf
原因 在写 Debbl/eslint-config 的测试时
Copy
await Promise.all(
files.map(async (file) => {
let content = await fs.readFile(join(target, file),…