When loading Snap (from the dev branch) with webpack.
var Snap = require('snapsvg');
browser throw error Uncaught TypeError: Cannot read property 'on' of undefined
from line 1625 in svg.js
...
// default
eve.on("snap.util.getattr", function () {
var att = eve.nt();
...
When loading Snap (from the dev branch) with webpack.
browser throw error
Uncaught TypeError: Cannot read property 'on' of undefinedfrom line 1625 in svg.js