File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
7
For changes before version 0.1.6, please see the commit history
8
8
9
+ ## [ 0.1.10] - 2020-12-15
10
+
11
+ ### Fixed
12
+ - UMD builds;
13
+
9
14
## [ 0.1.9] - 2020-12-13
10
15
11
16
### Fixed
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ $ yarn add cp-axios
39
39
```
40
40
41
41
### CDN bundle
42
-
42
+ Browser UMD bundle (with all dependencies inside):
43
43
- [ production UMD bundle] ( https://unpkg.com/cp-axios ) (or [ minified] ( https://unpkg.com/cp-axios/dist/cp-axios.umd.min.js ) ~ 45KB)
44
44
45
45
module global export- ` cpAxios `
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ const config = mode === 'development' ? [
40
40
banner
41
41
} ,
42
42
plugins : [
43
- resolve ( ) ,
43
+ resolve ( { browser : true } ) ,
44
44
commonjs ( ) ,
45
45
json ( )
46
46
]
@@ -55,7 +55,7 @@ const config = mode === 'development' ? [
55
55
banner
56
56
} ,
57
57
plugins : [
58
- resolve ( ) ,
58
+ resolve ( { browser : true } ) ,
59
59
commonjs ( ) ,
60
60
json ( ) ,
61
61
terser ( )
You can’t perform that action at this time.
0 commit comments