@react_wucx/react-scripts

Configuration and scripts for Create React App.

Usage no npm install needed!

<script type="module">
  import reactWucxReactScripts from 'https://cdn.skypack.dev/@react_wucx/react-scripts';
</script>

README

react-scripts

This package includes scripts and configuration used by Create React App.
Please refer to its documentation:

遇错记录

  1. 运行npm start时,页面报错:Failed to load resource: net::ERR_BLOCKED_BY_CLIENT;
  • 原因: 由于浏览器中的插件拦截:adblock会拦截网站的广告,会报这个错误。这个错误和浏览网页的主要内容没有直接关联。
  • 解决方法: 在当前网站停止使用adblock等广告拦截工具(具体可以关闭插件或者设置插件白名单)。