Skip to content

Commit 926584e

Browse files
committed
fix: the pathData.filename is undefined after changes when the js.filename is a function
1 parent 606eeab commit 926584e

18 files changed

Lines changed: 193 additions & 1084 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change log
22

3+
## 3.4.5 (2024-01-01)
4+
5+
fix: the `pathData.filename` is undefined after changes when the `js.filename` is a function
6+
37
## 3.4.4 (2023-12-28)
48

59
- fix: extract css from complex libs like MUI leads to an infinity walk by circular dependency, #59

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3154,7 +3154,7 @@ See [How to process a PHP template](#recipe-preprocessor-php).
31543154
31553155
Type: `Object` Default: `{}`
31563156
3157-
With the `preprocessorOptions` you can pass template engine options when used the [preprocessor](#loader-option-preprocessor) as the string: `eta`, `ejs`, `handlebars` or `nunjucks`.
3157+
With the `preprocessorOptions` you can pass template engine options when used the [preprocessor](#loader-option-preprocessor) as the string: `eta`, `ejs`, `handlebars`, `nunjucks`, `twig`.
31583158
Each preprocessor has its own options, depend on using template engine.
31593159
31603160
> This loader option is referenced as the [preprocessorOptions](#option-preprocessor) plugin option to simplify the config.

0 commit comments

Comments
 (0)