lxieyang / chrome-extension-boilerplate-react

A Chrome Extensions boilerplate using React 18 and Webpack 5.
MIT License
3.58k stars 1.1k forks source link

JQuery #88

Closed calumpwebb closed 2 years ago

calumpwebb commented 2 years ago

Hey sorry if this is the wrong place but how do install jquery into this so i can run jquery in the content script? I dont see any thing in the docs for this.

lxieyang commented 2 years ago

npm i jquery and then do something like import $ from 'jquery' in the content script