ACNS-CyberSecurity-Internship / Security-Header-Extension

A Chrome Extension Built to Check the Presence of Embedded Security Headers.
https://chrome.google.com/webstore/detail/security-header-extension/nggplilppojikmgpmlecpcikpoiffinp
GNU General Public License v3.0
0 stars 0 forks source link

Update Webpack Config and Documentation #9

Closed mrrosoff closed 4 years ago

mrrosoff commented 4 years ago

Update Webpack Config to support watch reloading. Update README to include new documentation on this subject. Also add dependencies to README.

TRY IT OUT

This feature is really nice. After running npm run build, Webpack will automatically watch the source files and recompile the extension into the dist folder for you on change! Therefore, leave the terminal with npm run build running! Then after making changes, simply refresh the extension in Chrome and it should be updated!