Skip to content
This repository was archived by the owner on Jun 15, 2022. It is now read-only.

Commit 182b332

Browse files
committed
Use componentManager isMobile over custom implementation. Update deps
1 parent f345c14 commit 182b332

File tree

5 files changed

+5899
-3652
lines changed

5 files changed

+5899
-3652
lines changed

.babelrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"presets": [ "es2016"],
2+
"presets": [ "@babel/preset-env"],
33
}

Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ module.exports = function(grunt) {
3434
babel: {
3535
options: {
3636
sourceMap: true,
37-
presets: ['es2015']
37+
presets: ['@babel/preset-env']
3838
},
3939
app: {
4040
files: {

0 commit comments

Comments
 (0)