Closed pcleckler closed 5 years ago
which browser?
Actually, I have a feeling you are using src/mergely.js. You will not be able to use that directly - it gets compiled into lib/mergely.js. Use the files in the lib directory.
Chrome and yep, grabbed the src version. Thanks!
Uncaught ReferenceError: require is not defined at mergely.js:3
...on a static web page (file:// protocol).
To replicate, I've taken the Simple example, created the necessary "lib" folder, and loaded mergely.js, Timer.js, and mergely.css in it.