This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
feather
Watch
1
Star
0
Fork
0
You've already forked feather
mirror of
https://github.com/feathericons/feather.git
synced
2023-08-10 21:13:24 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
master
feather
/
.babelrc
14 lines
152 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
build: Add script to build `dist/icons.json`
2017-07-04 00:44:19 +03:00
{
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 22:26:21 +03:00
"presets": [
[
"env",
{
"targets": {
"browsers": ["last 2 versions"]
}
}
],
"stage-2"
]
build: Add script to build `dist/icons.json`
2017-07-04 00:44:19 +03:00
}
Reference in New Issue
Copy Permalink