gas webpack plugin:用于Google Apps脚本的Webpack插件 源码

上传:yes3849 浏览: 29 推荐: 0 文件:ZIP 大小:97.23KB 上传时间:2021-02-07 19:56:48 版权申诉
gas-webpack-plugin 用于Google Apps脚本的插件。 关于 在Google Apps脚本中,从调用的入口点必须是服务器端的顶级函数声明。 gas-webpack-plugin检测到global对象的函数分配表达式,并生成相应的顶层函数声明语句。 例 main.js: var echo = require ( './echo' ) ; /** * Return write arguments. */ global . echo = echo ; echo.js: module . exports = function ( message ) { retur
上传资源
用户评论