Open mahaker opened 1 year ago
Please make an example project of a GAS project using esbuild and Node.js(ts-node). Make sure this function works properly.
The requirements are considered below.
examples/ts-node
index.ts
lib.ts
global
build.ts
If you open a PR and add a star, I'll give you the hacktoberfest-accepted label! Happy hacking!
Examples would be nice - I had to read what webpack plugin does to understand how to use this one. But seems like it's working =)
Please make an example project of a GAS project using esbuild and Node.js(ts-node). Make sure this function works properly.
The requirements are considered below.
examples/ts-node
index.ts
andlib.ts
lib.ts
, export one or more functionsindex.ts
, import function fromlib.ts
and add one or more functions toglobal
object.build.ts
If you open a PR and add a star, I'll give you the hacktoberfest-accepted label! Happy hacking!