Skip to content

Commit

Permalink
"@masx200/ie11-usual-polyfills": "^1.0.5",
Browse files Browse the repository at this point in the history
  • Loading branch information
masx200 committed Jun 18, 2023
1 parent 0542d86 commit f28196c
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 @@ -42,7 +42,6 @@
"@babel/preset-env": "^7.18.10",
"@babel/preset-react": "^7.18.6",
"@babel/runtime": "^7.18.9",
"@masx200/ie11-usual-polyfills": "^1.0.5",
"@masx200/jsfuck-and-hieroglyphy-decoder-and-encoder": "^2.1.2",
"@masx200/webpack-react-vue-spa-awesome-config": "^5.1.0",
"@types/decomment": "^0.9.2",
Expand Down
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import Loading from "./loading.vue";
import router from "./router路由";
import "./styles.ts";

// import "webpack-react-vue-spa-awesome-config/ie11babelpolyfill";
("use strict");
const rootele =
document.getElementById("root") ||
Expand Down
2 changes: 0 additions & 2 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ module.exports = (env, argv) => {

if ("production" === process.env.NODE_ENV) {
webpackconfig.entry = [
require.resolve("@masx200/ie11-usual-polyfills"),

path.join(__dirname, "./src", "polyfill.js"),

...webpackconfig.entry,
Expand Down

1 comment on commit f28196c

@vercel
Copy link

@vercel vercel bot commented on f28196c Jun 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.