Skip to content

Commit

Permalink
chore: Reduce bundle size by removing useless constants
Browse files Browse the repository at this point in the history
  • Loading branch information
azukaar committed Nov 19, 2019
1 parent bf77e1a commit ba8ab92
Show file tree
Hide file tree
Showing 7 changed files with 214 additions and 731 deletions.
9 changes: 8 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
{
"presets": ["@babel/preset-typescript", "@babel/preset-env"],
"presets": ["@babel/preset-typescript",
[
"@babel/preset-env",
{
"targets": "> 2%, not dead"
}
]
],
"plugins": ["@babel/plugin-proposal-object-rest-spread"]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electron-css",
"version": "0.14.5",
"version": "1.0.0",
"description": "Proper, framework agnostic Style in JS library, without any of the fuss of CSS",
"main": "dist/index.js",
"files": [
Expand Down
Loading

0 comments on commit ba8ab92

Please sign in to comment.