Webpack Config

Yet another Webpack 4 config

Entry point: ./src/index.ts

Output path: ./docs/ (for GutHub pages)

Development: npm run start

Production: npm run build