Skip to content

A template to create Google Chrome Extensions with Webpack as the module-bundler

License

Notifications You must be signed in to change notification settings

myTerminal/template-chrome-extension-webpack

Repository files navigation

template-chrome-extension-webpack

License: CC BY-NC-SA 4.0

A template to create Google Chrome Extensions with Webpack as the module-bundler

Technologies

Web

Module bundler: Webpack

Plugins
Loaders
Supporting dependencies
Commands
  • npm run debug to run Webpack with development configuration.
    In this mode, Webpack generates source-maps for bundled JavaScript resources to simplify debugging of JavaScript in the web-browser.
  • npm run develop to run Webpack with development configuration and keep watching for file changes within source.
    In this mode, Webpack generates source-maps for bundled JavaScript resources to simplify debugging of JavaScript in the web-browser.
  • npm run live to run Webpack with development configuration and keep watching for file changes within source and reload the web-browser on every change.
    In this mode, Webpack generates source-maps for bundled JavaScript resources to simplify debugging of JavaScript in the web-browser and provides a live-development experience.
  • npm run build to run Webpack with production configuration.
    In this mode, Webpack minifies the JavaScript bundles and there are no source-maps created.

About

A template to create Google Chrome Extensions with Webpack as the module-bundler

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published