Skip to content

Commit

Permalink
Remove not needed webpack plugin (strapi#4464)
Browse files Browse the repository at this point in the history
  • Loading branch information
soupette authored and alexandrebodin committed Nov 8, 2019
1 parent be8207e commit 4475946
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
1 change: 0 additions & 1 deletion packages/strapi-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"is-wsl": "^2.0.0",
"mini-css-extract-plugin": "^0.6.0",
"moment": "^2.24.0",
"open-browser-webpack-plugin": "^0.0.5",
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-copy-to-clipboard": "^5.0.1",
Expand Down
2 changes: 2 additions & 0 deletions packages/strapi-admin/webpack.config.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ module.exports = () => {
historyApiFallback: {
index: '/admin/',
},
open: true,
openPage: '/admin',
},
};
};
12 changes: 0 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12930,18 +12930,6 @@ only@~0.0.2:
resolved "https://registry.yarnpkg.com/only/-/only-0.0.2.tgz#2afde84d03e50b9a8edc444e30610a70295edfb4"
integrity sha1-Kv3oTQPlC5qO3EROMGEKcCle37Q=

open-browser-webpack-plugin@^0.0.5:
version "0.0.5"
resolved "https://registry.yarnpkg.com/open-browser-webpack-plugin/-/open-browser-webpack-plugin-0.0.5.tgz#5e6dc6f8b8797331e212985de218572d84c0521f"
integrity sha1-Xm3G+Lh5czHiEphd4hhXLYTAUh8=
dependencies:
open "0.0.5"

[email protected]:
version "0.0.5"
resolved "https://registry.yarnpkg.com/open/-/open-0.0.5.tgz#42c3e18ec95466b6bf0dc42f3a2945c3f0cad8fc"
integrity sha1-QsPhjslUZra/DcQvOilFw/DK2Pw=

opencollective-postinstall@^2.0.2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/opencollective-postinstall/-/opencollective-postinstall-2.0.2.tgz#5657f1bede69b6e33a45939b061eb53d3c6c3a89"
Expand Down

0 comments on commit 4475946

Please sign in to comment.