George Busby
George Busby
Hitting the same issue. As a workaround, I commended out these lines: https://github.com/usablica/intro.js/blob/55bac403388c5ee00d6c0139386d1687d9063877/rollup.config.js#L40 https://github.com/usablica/intro.js/blob/55bac403388c5ee00d6c0139386d1687d9063877/rollup.config.js#L46 and added `minimize: false` to the postcss of the non-minimized ones in the same file. Then...
Ah that makes sense. I don't have a proposed solution as of yet, but the docs at least are incorrect in saying it'll work. I'll have to think and play...
I couldn't figure out any good solution myself. Since the event listener I didn't want to trigger was under my control, I added a quick hack to see if the...