Getting rid of chrome extension scripts in favor of Chrome Extension Utils. This module exports scripts that could be used in Create Chrome Extension (might want to make a PR // sort this out) that we can use to bundle the Chrome Extension.
Still have npm start and npm run build scripts to start and watch for modifications (should be auto-updated by chrome if the extensions tab is open) and build and pack the extension.
Getting rid of chrome extension scripts in favor of Chrome Extension Utils. This module exports scripts that could be used in Create Chrome Extension (might want to make a PR // sort this out) that we can use to bundle the Chrome Extension.
Still have
npm start
andnpm run build
scripts to start and watch for modifications (should be auto-updated by chrome if the extensions tab is open) and build and pack the extension.