react-chrome-extension-boilerplate icon indicating copy to clipboard operation
react-chrome-extension-boilerplate copied to clipboard

Boilerplate for building Chrome Extensions in React and TypeScript using a simple Webpack build process.

Results 1 react-chrome-extension-boilerplate issues
Sort by recently updated
recently updated
newest added

Currently, typescript throws ['React' refers to a UMD global, but the current file is a module](https://stackoverflow.com/questions/64656055/react-refers-to-a-umd-global-but-the-current-file-is-a-module) error without `import React from 'react';` Consider updating `tsconfig.json` to react-jsx ``` "compilerOptions": {...