Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 717 Bytes

File metadata and controls

32 lines (21 loc) · 717 Bytes

build workflow

Preparation

Install npm packages

docker-compose up -d
docker-compose exec node npm install

Usage

Build

webpack can detect file changes and rebuild after execute npm start.

docker-compose exec node npm start

when you want to production build, execute npm run build. (this command don't detect file changes and rebuild.)

docker-compose exec node npm run build

Load Chrome Extention

webpack will generate "dist" directory after build. please load dist at chrome://extensions/.