builders: webpack resource builder

This commit is contained in:
moscovium
2018-10-03 16:57:57 +02:00
parent 83f6045167
commit 407b805616
5 changed files with 133 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"name": "webpack-builder",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"async": "^2.6.1",
"webpack": "^4.12.0",
"worker-farm": "^1.6.0"
}
}