Closed Strajk closed 4 years ago
Hi :wave: first of all, thx for amazing for on this lib 🤟
I would like to use it in Chrome extension I'm working on, but:
This PR adds .umd.js bundle which have UMD preamble
.umd.js
(function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() : typeof define === 'function' && define.amd ? define(factory) : (global = global || self, global.Notyf = factory()); }(this, (function () { 'use strict'; // ...
Closes #78
To consider:
recipes/global.md
This is amazing, thank you!
Hi :wave: first of all, thx for amazing for on this lib 🤟
I would like to use it in Chrome extension I'm working on, but:
This PR adds
.umd.js
bundle which have UMD preambleCloses #78