Skip to content

Commit

Permalink
Release 0.4.0 (no polyfills by default)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandChowdhary committed Dec 12, 2018
1 parent 29e6da0 commit a4e843b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/uppload.min.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/uppload.no-polyfills.min.js

This file was deleted.

1 change: 1 addition & 0 deletions dist/uppload.polyfills.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uppload",
"version": "0.3.7",
"version": "0.4.0",
"main": "index.js",
"repository": "https://github.com/elninotech/uppload.git",
"author": "Anand Chowdhary (mail@anandchowdhary) with El Niño (https://elnino.tech)",
Expand Down
4 changes: 2 additions & 2 deletions webpack.config.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import "babel-polyfill";
export default () => ({
mode: "production",
entry: {
"uppload.min": ["babel-polyfill", "./index.js"],
"uppload.no-polyfills.min": ["./index.js"]
"uppload.min": ["./index.js"],
"uppload.polyfills": ["babel-polyfill", "./index.js"]
},
devServer: {
contentBase: path.join(__dirname, "./docs"),
Expand Down

0 comments on commit a4e843b

Please sign in to comment.