Skip to content

Commit a666ce4

Browse files
committed
build: upgrade to babel7
1 parent c93afd9 commit a666ce4

File tree

7 files changed

+8119
-4549
lines changed

7 files changed

+8119
-4549
lines changed

.babelrc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"presets": [
33
[
4-
"env",
4+
"@babel/env",
55
{
66
"targets": {
77
"browsers": [
@@ -15,13 +15,13 @@
1515
]
1616
],
1717
"plugins": [
18-
"transform-object-rest-spread"
18+
"@babel/plugin-proposal-object-rest-spread"
1919
],
2020
"env": {
2121
"commonjs": {
2222
"presets": [
2323
[
24-
"env",
24+
"@babel/env",
2525
{
2626
"loose": true
2727
}

README-en_US.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ $ yarn add @rxloop/core
3232

3333
Or introduced through CDN
3434
```html
35-
<script src="https://unpkg.com/@rxloop/[email protected]/dist/rxloop-core.min.js"></script>
35+
<script src="https://unpkg.com/@rxloop/[email protected]/dist/rxloop.min.js"></script>
3636
<script src="https://unpkg.com/[email protected]/bundles/rxjs.umd.min.js"></script>
3737
<script>
3838
var app = rxloopCore();

docs/basics/error-handler.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ index.js:52 Objectpipe: "getData"error: Error: Http Error
8989
at FilterSubscriber._next (webpack:///./node_modules/rxjs/_esm5/internal/operators/filter.js?:42:30)
9090
at FilterSubscriber.Subscriber.next (webpack:///./node_modules/rxjs/_esm5/internal/Subscriber.js?:64:18)
9191
at Subject.next (webpack:///./node_modules/rxjs/_esm5/internal/Subject.js?:58:25)
92-
at Object.dispatch (webpack:///./node_modules/@rxloop/core/es/rxloop-core.js?:202:10)
92+
at Object.dispatch (webpack:///./node_modules/@rxloop/core/es/rxloop.js?:202:10)
9393
at eval (webpack:///./src/index.js?:94:5)model: "counter"__proto__: Object
9494
9595
index.js:76 Model error handler...
@@ -102,7 +102,7 @@ index.js:77 Error: Http Error
102102
at FilterSubscriber._next (filter.js:42)
103103
at FilterSubscriber.Subscriber.next (Subscriber.js:64)
104104
at Subject.next (Subject.js:58)
105-
at Object.dispatch (rxloop-core.js:202)
105+
at Object.dispatch (rxloop.js:202)
106106
at eval (index.js:94)
107107
```
108108

0 commit comments

Comments
 (0)