mahaker / esbuild-gas-plugin

esbuild plugin for Google Apps Script.
MIT License
32 stars 7 forks source link

Add example GAS project using Node.js(ts-node) #17

Open mahaker opened 1 year ago

mahaker commented 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.

If you open a PR and add a star, I'll give you the hacktoberfest-accepted label! Happy hacking!

ThePlenkov commented 1 year ago

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 =)