paritytech / parity-extension

Parity Chrome Extension
GNU General Public License v3.0
37 stars 14 forks source link

Use our own Webpack config #27

Closed ngotchac closed 7 years ago

ngotchac commented 7 years ago

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.