AnixPasBesoin / webpack-for-chrome-ext

A minimalistic boilerplate code for developing Chrome Extensions using Webpack.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Webpack for Chrome Extensions

A minimalistic boilerplate code for developing Chrome Extensions using Webpack.

Install dev-dependencies

  • simply run your usual npm install command

Build & deploy

  • npm run build

  • once built, the generated files will be placed in ./build directory

Acknowledgement

The code provided in this project aims to be as minimalistic as possible. If you happen to be looking for a more complete boilerplate code, you might want to check chrome-extension-webpack-boilerplate (which has somehow inspired the creation of this repo).

About

A minimalistic boilerplate code for developing Chrome Extensions using Webpack.


Languages

Language:JavaScript 81.4%Language:HTML 18.6%