Skip to content

Commit 982e95e

Browse files
committed
chore(build): Switch to rollup + Update Dependencies
Updates all the dependencies and changes the build from webpack to rollup exposing now multiple formats: - umd - umd minified - cjs - es
1 parent 8c8a3fb commit 982e95e

File tree

8 files changed

+7516
-7004
lines changed

8 files changed

+7516
-7004
lines changed

.babelrc

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
11
{
2-
"presets": ["es2015-loose"]
2+
"presets": [
3+
[
4+
"env",
5+
{
6+
"modules": false
7+
}
8+
]
9+
],
10+
"env": {
11+
"test": {
12+
"presets": ["env"]
13+
},
14+
"production": {
15+
"plugins": [
16+
"external-helpers"
17+
]
18+
}
19+
}
320
}

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ node_modules
22
npm-debug.log
33
.DS_Store
44
lib
5+
es
56
coverage
67
*.tgz
78
examples/**/dist

.npmignore

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)