Skip to content

Commit

Permalink
feat: migrate on htmlparse2
Browse files Browse the repository at this point in the history
feat: migrate on `htmlparser2`

BREAKING CHANGE: for parsing HTML now we use `htmlparser2` package
  • Loading branch information
evilebottnawi committed Mar 5, 2020
1 parent b7af031 commit 0bbe29c
Show file tree
Hide file tree
Showing 16 changed files with 2,193 additions and 1,212 deletions.
704 changes: 514 additions & 190 deletions package-lock.json

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions package.json
Expand Up @@ -44,39 +44,39 @@
},
"dependencies": {
"es6-templates": "^0.2.3",
"fastparse": "^1.1.2",
"html-minifier-terser": "^5.0.2",
"loader-utils": "^1.2.3",
"html-minifier-terser": "^5.0.4",
"htmlparser2": "^4.1.0",
"loader-utils": "^1.4.0",
"parse-srcset": "^1.0.2",
"schema-utils": "^2.6.4"
},
"devDependencies": {
"@babel/cli": "^7.8.3",
"@babel/core": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.7",
"@babel/preset-env": "^7.8.7",
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@webpack-contrib/defaults": "^6.3.0",
"@webpack-contrib/eslint-config-webpack": "^3.0.0",
"babel-jest": "^25.1.0",
"commitlint-azure-pipelines-cli": "^1.0.3",
"cross-env": "^6.0.3",
"cross-env": "^7.0.1",
"del": "^5.1.0",
"del-cli": "^3.0.0",
"es-check": "^5.1.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-import": "^2.20.0",
"file-loader": "^5.0.2",
"husky": "^4.2.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-import": "^2.20.1",
"file-loader": "^5.1.0",
"husky": "^4.2.3",
"jest": "^25.1.0",
"jest-junit": "^10.0.0",
"lint-staged": "^10.0.0",
"lint-staged": "^10.0.8",
"memfs": "^3.0.4",
"npm-run-all": "^4.1.5",
"prettier": "^1.19.1",
"standard-version": "^7.1.0",
"webpack": "^4.41.5"
"webpack": "^4.42.0"
},
"keywords": [
"webpack",
Expand Down

0 comments on commit 0bbe29c

Please sign in to comment.