diff --git a/package.json b/package.json index cede4d1..f078b1f 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/resources/scripts/admin/index.js b/resources/scripts/admin/index.js index 9e8715a..325085d 100644 --- a/resources/scripts/admin/index.js +++ b/resources/scripts/admin/index.js @@ -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 ... diff --git a/resources/scripts/frontend/index.js b/resources/scripts/frontend/index.js index 058d996..f342be8 100644 --- a/resources/scripts/frontend/index.js +++ b/resources/scripts/frontend/index.js @@ -2,7 +2,6 @@ import config from '@config'; import './vendor/*.js'; import '@styles/frontend'; -import 'airbnb-browser-shims'; import './spritesvg'; // Your code goes here ...