Skip to content

Commit 3a73628

Browse files
committed
enhanced browser compatibility with babel
1 parent 12dc5ca commit 3a73628

File tree

7 files changed

+1926
-159
lines changed

7 files changed

+1926
-159
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -575,6 +575,9 @@ change log
575575
==========
576576

577577

578+
**1.9.0**
579+
580+
- adds babel transpiler as dev dependency for better cross browser compatibility
578581

579582
**1.8.0**
580583

babel.config.js

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module.exports = {
2+
presets: [ '@babel/preset-env' ]
3+
};

0 commit comments

Comments
 (0)