google / aside

🚀 Apps Script development with formatting, linting, testing and more!
Apache License 2.0
322 stars 5 forks source link

Simplify "module not included..." section in README.md #32

Closed echom closed 3 months ago

echom commented 3 months ago

The current readme recommends a import / export workaround using a dummy export to avoid a file from being tree-shaken. However, a standard side-effect import has the same effect without introducing an extraneous export and no-op import.