This repository was archived by the owner on Nov 12, 2024. It is now read-only.

Description
I’m setting up my development environment and have run into a syntax error ("SyntaxError: Unexpected token ‘{'". I am honestly not sure why this error occurs but have the following information:
- The error occurs in
DuckDuckGo browser, not in Chrome and Safari
- The error occurs when using
npm / webpack bundling
- The error occurs when using
<script src="https://unpkg.com/kaboom@3000.1.0/dist/kaboom.js"></script>
- The error occurs irrespective of using the
.js or .mjs bundles
- The error does not occur in versions prior to 3000.1.0 (e.g.,
[3000.0.15](https://www.npmjs.com/package/kaboom/v/3000.0.15) does not produce the syntax error)
Any help or bug fixes would be appreciated!