straversi / Typer.js

Typing effect completely configurable in HTML.
http://steven.codes/typerjs
MIT License
135 stars 23 forks source link

Unexpected token: punc (.) (line: 35, col: 24, pos: 1061) #10

Closed jrelgin closed 6 years ago

jrelgin commented 6 years ago

Hi! Thanks for this awesome library. I get this error anytime I try to minify the library. Unexpected token: punc (.) (line: 35, col: 24, pos: 1061)

I've tried a few different minification tools with the same results. I'm looking at the code now to see if I can find a resolution.

jrelgin commented 6 years ago

I was using an older minification plugin. Updated mine to one that uses Babel and problem solved.