0.0.5 • Published 4 years ago

chromium-extension-react-scripts v0.0.5

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

react-scripts

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

You can add background.js, content_script.js to run scripts, adn add options.js, popup.js to render Options Page and Popup Page;

if you use typescript template follow the step below:

  1. Locate react-app-env.d.ts in the src folder of your CRA project
  2. Rename /// <reference types="react-scripts" /> to /// <reference types="your-custom-published-react-scripts-name-here" />

Reference issue: create-react-app#5875