kaboom
kaboom copied to clipboard
Syntax Error 3000.1.0 upwards
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
DuckDuckGobrowser, not inChromeandSafari - 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
.jsor.mjsbundles - 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!
Very weird, looking into that