Commit Graph

9 Commits

Author SHA1 Message Date
Cole Bemis
3c64e93543 fix: Update core-js to 3.1.3 2019-06-10 17:11:10 -07:00
Cole Bemis
dc3c0cc47e style: Fix formatting 2018-05-18 16:07:18 -07:00
Cole Bemis
d5ba74d93b fix: Fix UMD build for node
Prevents webpack from referencing `window` in the UMD build which was causing an error in node.
2018-05-18 16:07:18 -07:00
Cole Bemis
c978b1cb4e fix: Remove unused polyfills and update build config
Removes polyfills for `Object.assign` and `Set` which, as far as I can tell, are unused in the
codebase. Updates `webpack` from 3 to 4. Replaces `babel-preset-es2015` with `babel-preset-env`.
Reduces the minified bundle size (`feather.min.js`) by **9.3kB** (72.4kB to 63.1kB). Does not change
any functionality of the library.
2018-05-18 12:26:21 -07:00
Cole Bemis
e1ea1aada8 Clear gh-pages branch 2017-02-21 22:45:06 -08:00
Cole Bemis
2f70a91dce Set up vie-loader 2017-01-28 15:15:20 -08:00
Cole Bemis
9ce3c68a9b Import Vue 2017-01-28 15:03:26 -08:00
Cole Bemis
9cbd7ca24d Set up babel 2017-01-28 14:46:21 -08:00
Cole Bemis
45602abe9e Set up simple webpack config 2017-01-28 13:55:50 -08:00