Commit Graph

13 Commits

Author SHA1 Message Date
vitormalencar 6f10cf7e12 feat adding es5 as target for webpack compilation 2021-03-09 11:38:00 +01:00
vitormalencar 971834388c update code style 2021-01-21 11:45:33 +01:00
vitormalencar 2660565b61 update code style 2021-01-20 16:55:03 +01:00
LeuisKen 780d390856 chore: fix es6 export issue. 2020-03-03 18:09:24 -08:00
Christian Oliff 85981026d1 update URL in banner 2019-03-05 11:03:02 -08:00
kovenliao 5381600a26 fix webpack umd build (#599) 2018-11-12 20:35:19 -08:00
Rouven Weßling adc669df06 Always run webpack in production mode. (#595)
Otherwise horribly inefficent code that evals(!) strings of code is generated.
2018-11-11 18:53:43 -08:00
Rouven Weßling 3d005b547e Maintain banner in minified file 2018-11-11 18:49:23 -08:00
Zeno Rocha e0f82241d0 Removes bundle analyzer 2018-11-11 09:10:37 -08:00
Samuel Oloruntoba 5ef3f1a817 Migrates to Webpack 4 2018-11-11 08:17:25 -08:00
Zeno Rocha 750cf124d7 Changes global variable from "Clipboard" to "ClipboardJS"
This was introduced in order to prevent a name conflict with the new `window.Clipboard` native function

For more info check:
* https://w3c.github.io/clipboard-apis/
* ac319a7ed3
2018-02-28 21:45:59 -08:00
Zeno Rocha d25dcac817 Migrates banner from Browserify to Webpack #372 2018-02-28 20:32:25 -08:00
Guillaume Vincent 2d5b2df811 Migrate from Browserify to Webpack (#372)
* Migrate from Browserify to Webpack

close https://github.com/zenorocha/clipboard.js/issues/371

 Author:    Guillaume Vincent <guillaume@oslab.fr>

* remove browserify and associated modules and update tests
2018-02-28 17:03:39 -08:00