notes
notes copied to clipboard
记录一些配置笔记。
https://github.com/akxcv/vuera
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/zthxxx/react-dev-inspector
https://github.com/timocov/dts-bundle-generator
https://github.com/kpdecker/jsdiff
https://github.com/sindresorhus/open#app
https://umaar.com/dev-tips/240-css-overview-improved/
https://github.com/BuilderIO/jsx-lite
https://github.com/acornjs/acorn 使用 Acorn 来解析 JavaScript https://segmentfault.com/a/1190000007473065