added a javascript build pipeline for transpiling and minifying; updated readme
This commit is contained in:
parent
f5420dac1e
commit
4847d3f171
17 changed files with 3870 additions and 9 deletions
9
javascript/package.json
Normal file
9
javascript/package.json
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.4.4",
|
||||
"@babel/preset-env": "^7.4.4",
|
||||
"babel-loader": "^8.0.5",
|
||||
"webpack": "^4.30.0",
|
||||
"webpack-cli": "^3.3.2"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue