Skip to content

Commit

Permalink
Remove airbnb-browser-shims as it is overkill with modern browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
atanas-dev committed Feb 7, 2021
1 parent 6266481 commit a3bad08
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"last 3 versions"
],
"dependencies": {
"airbnb-browser-shims": "^3.3.0",
"autoprefixer": "^9.8.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
Expand Down
2 changes: 0 additions & 2 deletions resources/scripts/admin/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// eslint-disable-next-line no-unused-vars
import config from '@config';
import '@styles/admin';
// Uncomment the following line if needed:
// import 'airbnb-browser-shims';

// Your code goes here ...
1 change: 0 additions & 1 deletion resources/scripts/frontend/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import config from '@config';
import './vendor/*.js';
import '@styles/frontend';
import 'airbnb-browser-shims';
import './spritesvg';

// Your code goes here ...

0 comments on commit a3bad08

Please sign in to comment.