You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.
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/[email protected]/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!
The text was updated successfully, but these errors were encountered:
Revert back to an older version of Kaboom to prevent syntax errors in
the bundled code. This error exists only in DuckDuckGo (not Chrome or Safari).
This error does not occur for Kaboom versions prior to 3000.1.0. A github
issue was opened for this error (replit/kaboom#812).
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:
DuckDuckGo
browser, not inChrome
andSafari
npm
/webpack bundling
<script src="https://unpkg.com/[email protected]/dist/kaboom.js"></script>
.js
or.mjs
bundles[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!
The text was updated successfully, but these errors were encountered: