mirror of
https://github.com/getrebuild/rebuild.git
synced 2024-11-10 17:04:33 +08:00
babel build2
build2 : Unexpected token ... ???
This commit is contained in:
parent
40d3fa575a
commit
6aaf36b14b
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "babel js -d lib",
|
||||
"build2": "babel /data/eclipse-workspace/rebuild/src/main/webapp/assets/js -d lib" // Unexpected token ... ???
|
||||
"build2": "babel ../src/main/webapp/assets/js -d lib"
|
||||
},
|
||||
"author": "rebuild",
|
||||
"license": "GPL-3.0",
|
||||
|
|
Loading…
Reference in a new issue