- Fix: Ensure PHP files are present in dist/extensions alongside JavaScript files using them

- Fix: Bug in obtaining `extPath` in ext-server_opensave.js
- Enhancement: Add config `avoidClientSide` to avoid using client-side support by default (and always require server)
- Build: Require Node 8.5
This commit is contained in:
Brett Zamir
2019-04-18 21:13:48 +08:00
parent 1d56d75837
commit 13835a368c
18 changed files with 397 additions and 207 deletions

View File

@@ -10,7 +10,7 @@
"test": "test"
},
"engines": {
"node": ">= 7.6.0"
"node": ">= 8.5.0"
},
"scripts": {
"prepublishOnly": "npm run test-prep",