diff --git a/package.json b/package.json index 057bf2f..db19e50 100644 --- a/package.json +++ b/package.json @@ -86,9 +86,9 @@ "eslint-plugin-jest": "^23.6.0", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-react": "^7.17.0", - "eslint-plugin-react-hooks": "^2.5.1", + "eslint-plugin-react-hooks": "^3.0.0", "file-loader": "^6.0.0", - "html-webpack-plugin": "^3.2.0", + "html-webpack-plugin": "^4.2.0", "husky": "^4.0.0", "lint-staged": "^10.0.7", "mini-css-extract-plugin": "^0.9.0", @@ -98,7 +98,7 @@ "postcss-loader": "^3.0.0", "postcss-nested": "^4.2.0", "postcss-simple-vars": "^5.0.2", - "prettier": "^1.17.1", + "prettier": "^2.0.4", "react-refresh": "0.0.0-experimental-241c4467e", "resize-observer-polyfill": "^1.5.1", "style-loader": "^1.1.2", diff --git a/src/index.template.ejs b/src/index.template.ejs index 6d5e5dc..1fd1724 100644 --- a/src/index.template.ejs +++ b/src/index.template.ejs @@ -21,16 +21,8 @@ - <% for (key in htmlWebpackPlugin.files.css) { %> - - <% } %>
- - <% for (key in htmlWebpackPlugin.files.chunks) { %> - - <% } %> -