The published JS includes lines that look like
require.register("darsain-event/index.js", Function("exports, require, module",
"'use strict';\n\
\n\
/**\n\
...
This is valid JavaScript, but violates a Content Security Policy unless the site allows unsafe-eval (which is strongly recommended against).
Would it be possible to rebuild with non-stringified dependencies?