This commit is contained in:
Alban Bronisz 2021-03-17 12:40:44 +01:00
parent b0e2dbbbb4
commit 0fd1cef5f4
3 changed files with 16 additions and 1 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
node_modules/
dist/bundle.js

13
README.md Normal file
View File

@ -0,0 +1,13 @@
Install
=======
npm install .
Build
=====
npm run dev

View File

@ -5,7 +5,7 @@
"main": "./bundle.js", "main": "./bundle.js",
"scripts": { "scripts": {
"dev": "webpack --mode='development'", "dev": "webpack --mode='development'",
"build": "webpack -p" "prod": "webpack"
}, },
"author": "", "author": "",
"license": "ISC", "license": "ISC",