Hi all, This is a question for non-TypeScript use...
# suitescript
p
Hi all, This is a question for non-TypeScript users. What module structure (
AMD
,
CommonJS
, maybe the newest
ESM
) do you use in
SuiteScript
and why? The goal is to share best practices, not flame wars 🙂
n
I use AMD.
b
the usual answer is amd. because you can use that without a bundler like webpack
if you do use a bundler, you can choose whatever module structure you want, or even mix them if you wanted