Closed calumpwebb closed 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.
npm i jquery and then do something like import $ from 'jquery' in the content script
npm i jquery
import $ from 'jquery'
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.