新增built脚本

This commit is contained in:
fofolee
2022-04-14 16:51:47 +08:00
parent 472c353b20
commit 8ee6057cc4
38 changed files with 136 additions and 132 deletions

3
plugin/lib/vm2/index.js Normal file
View File

@@ -0,0 +1,3 @@
if (parseInt(process.versions.node.split('.')[0]) < 6) throw new Error('vm2 requires Node.js version 6 or newer.');
module.exports = require('./lib/main');