• 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
Name
Last commit
Last update
.github Loading commit data...
bin Loading commit data...
examples Loading commit data...
icons Loading commit data...
src Loading commit data...
.babelrc Loading commit data...
.eslintignore Loading commit data...
.eslintrc.json Loading commit data...
.gitignore Loading commit data...
.lintstagedrc Loading commit data...
.travis.yml Loading commit data...
CODE_OF_CONDUCT.md Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
commitlint.config.js Loading commit data...
package-lock.json Loading commit data...
package.json Loading commit data...
webpack.config.js Loading commit data...