mirror of
https://github.com/bykof/cordova-plugin-webserver.git
synced 2026-04-20 00:02:45 +08:00
Write Webserver in ES6
This commit is contained in:
+9
-1
@@ -31,8 +31,16 @@
|
||||
"response"
|
||||
],
|
||||
"devDependencies": {
|
||||
"babel-cli": "^6.24.1",
|
||||
"babel-core": "^6.25.0",
|
||||
"babel-loader": "^7.1.1",
|
||||
"babel-preset-env": "^1.6.0",
|
||||
"babel-preset-es2015": "^6.24.1",
|
||||
"babel-preset-stage-2": "^6.24.1",
|
||||
"cordova": "^6.1.1"
|
||||
},
|
||||
"scripts": {
|
||||
}
|
||||
"build": "babel src/www/webserver.js --out-file webserver.js"
|
||||
},
|
||||
"dependencies": {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user