Skip to content

Commit

Permalink
Configure browselist to support IE
Browse files Browse the repository at this point in the history
  • Loading branch information
tuandm committed Jun 15, 2020
1 parent d805597 commit 11822cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,9 @@
"vuedraggable": "^2.23.0",
"vuex": "3.1.1",
"xlsx": "^0.15.6"
}
},
"browserslist": [
"last 2 version",
"> 1%"
]
}
1 change: 0 additions & 1 deletion resources/js/store/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ const modules = modulesFiles.keys().reduce((modules, modulePath) => {
return modules;
}, {});

console.log(modules);
const store = new Vuex.Store({
modules,
getters,
Expand Down

0 comments on commit 11822cc

Please sign in to comment.