Skip to content

Commit e8a673b

Browse files
author
zhisai.szs
committed
feat: addIgnoreDll
1 parent 973588e commit e8a673b

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<a name="4.3.18"></a>
2-
## [4.3.18](https://github.com/prijs/pri/compare/3.3.28-beta.5...4.3.18) (2022-11-18)
1+
<a name="4.3.19"></a>
2+
## [4.3.19](https://github.com/prijs/pri/compare/3.3.28-beta.5...4.3.19) (2023-01-09)
33

44

55
### Bug Fixes
@@ -21,6 +21,7 @@
2121
* bug ([3510f52](https://github.com/prijs/pri/commit/3510f52))
2222
* change file name ([531c37e](https://github.com/prijs/pri/commit/531c37e))
2323
* change file name ([c22ebb4](https://github.com/prijs/pri/commit/c22ebb4))
24+
* changelog ([7e5dc39](https://github.com/prijs/pri/commit/7e5dc39))
2425
* changelog ([9410a85](https://github.com/prijs/pri/commit/9410a85))
2526
* changelog ([6de42f1](https://github.com/prijs/pri/commit/6de42f1))
2627
* chunk css extract ([55e47c8](https://github.com/prijs/pri/commit/55e47c8))
@@ -90,6 +91,7 @@
9091
* add esm5 field ([8e20b94](https://github.com/prijs/pri/commit/8e20b94))
9192
* add feat/speedMeasure ([940e817](https://github.com/prijs/pri/commit/940e817))
9293
* add path ([7cc1705](https://github.com/prijs/pri/commit/7cc1705))
94+
* add pri.devService.pipeConfig, all modify webpackDevServerConfig ([7c607da](https://github.com/prijs/pri/commit/7c607da))
9395
* add readme copy logic ([f25a27c](https://github.com/prijs/pri/commit/f25a27c))
9496
* add readme copy logic ([597da6a](https://github.com/prijs/pri/commit/597da6a))
9597
* after test run ([18aee53](https://github.com/prijs/pri/commit/18aee53))
@@ -106,13 +108,13 @@
106108
* production mode useHtmlTemplate ([ef6c951](https://github.com/prijs/pri/commit/ef6c951))
107109
* project support multiple entry ([a57e664](https://github.com/prijs/pri/commit/a57e664))
108110
* publish .9 ([88f3d60](https://github.com/prijs/pri/commit/88f3d60))
109-
* remove ensure root package.json for extend type ([0ad22e6](https://github.com/prijs/pri/commit/0ad22e6))
110111
* remove node-sass ([fba2433](https://github.com/prijs/pri/commit/fba2433))
111112
* run test support testRegex ([3184685](https://github.com/prijs/pri/commit/3184685))
112113
* support bundle dev dll ([e533954](https://github.com/prijs/pri/commit/e533954))
113114
* support customize jest config ([fd1fd15](https://github.com/prijs/pri/commit/fd1fd15))
114115
* support devServer contentBase ([63efe84](https://github.com/prijs/pri/commit/63efe84))
115116
* support disable html-webpack-plugin ([fdd79a5](https://github.com/prijs/pri/commit/fdd79a5))
117+
* support disableDllWhenDev and disableDllWrapWhenDev configuration ([cd31df7](https://github.com/prijs/pri/commit/cd31df7))
116118
* support docs custom index.ejs index.tsx ([653038b](https://github.com/prijs/pri/commit/653038b))
117119
* support eslint in dev mode ([45e3f0d](https://github.com/prijs/pri/commit/45e3f0d))
118120
* support material component ([caf27b3](https://github.com/prijs/pri/commit/caf27b3))
@@ -154,6 +156,7 @@
154156
* fix bug ([5c6e107](https://github.com/prijs/pri/commit/5c6e107))
155157
* fix bug ([ecbe690](https://github.com/prijs/pri/commit/ecbe690))
156158
* fix memo name ([a5ea73d](https://github.com/prijs/pri/commit/a5ea73d))
159+
* remove ensure root package.json for extend type ([0ad22e6](https://github.com/prijs/pri/commit/0ad22e6))
157160
* remove react-loadable instead of react.lazy ([be8bcbd](https://github.com/prijs/pri/commit/be8bcbd))
158161
* rename rootId to projectRootId ([f03aa40](https://github.com/prijs/pri/commit/f03aa40))
159162
* revert webpack version ([a022d94](https://github.com/prijs/pri/commit/a022d94))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pri",
3-
"version": "4.3.18",
3+
"version": "4.3.19",
44
"types": "src/node/index.ts",
55
"main": "built/node/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)