Skip to content

Commit

Permalink
release 2.9.0
Browse files Browse the repository at this point in the history
- feat(experimental): add support the Webpack `cache.type` as `filesystem`
- feat: remove the `json5` dependency, take only the parser code from this package and optimize it
- fix: resolve output asset filenames without a needless index
- test: add tests for features and fixes
- test: remove unused code in test suits
- chore: update dev dependencies
  • Loading branch information
webdiscus committed Aug 27, 2023
1 parent 483876b commit f61a991
Show file tree
Hide file tree
Showing 171 changed files with 5,177 additions and 34,872 deletions.
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Ignore all HTML files in test directory:
test/**/*.html
test/cases/**/*.html
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{
"files": ["*.html"],
"options": {
"tabWidth": 4
"tabWidth": 2
}
},
{
Expand Down
Loading

0 comments on commit f61a991

Please sign in to comment.