notes icon indicating copy to clipboard operation
notes copied to clipboard

记录一些配置笔记。

Results 100 notes issues
Sort by recently updated
recently updated
newest added

https://github.com/humanwhocodes/computer-science-in-javascript

# react-dev-inspector 接入教程 https://github.com/zthxxx/react-dev-inspector 构建时只需要对 webpack 配置做点改动,加入一个全局变量,引入一个 loader 即可。 ```js const { DefinePlugin } = require('webpack'); { module: { rules: [ { test: /\.(jsx|js)$/, use: [ { loader: 'babel-loader', options:...

https://github.com/timocov/dts-bundle-generator

https://github.com/kpdecker/jsdiff

https://umaar.com/dev-tips/240-css-overview-improved/

https://github.com/acornjs/acorn 使用 Acorn 来解析 JavaScript https://segmentfault.com/a/1190000007473065