1. 18 May, 2018 3 commits
    • Cole Bemis's avatar
      style: Fix formatting · dc3c0cc4
      Cole Bemis authored
      dc3c0cc4
    • Cole Bemis's avatar
      fix: Fix UMD build for node · d5ba74d9
      Cole Bemis authored
      Prevents webpack from referencing `window` in the UMD build which was causing an error in node.
      d5ba74d9
    • Cole Bemis's avatar
      fix: Remove unused polyfills and update build config · c978b1cb
      Cole Bemis authored
      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.
      c978b1cb
  2. 03 Jul, 2017 1 commit