fix script tag in repl mode

This commit is contained in:
Yanzhen Yu
2018-11-27 15:18:37 +08:00
parent f2e7f2b346
commit b3edcb30ad
2 changed files with 9 additions and 14 deletions

View File

@@ -1,7 +1,4 @@
{
"non-interactive": true,
"buildCommand": "npm run bundle",
"src": {
"tag": "false"
}
"buildCommand": "npm run bundle"
}