Skip to content

Commit e2d380b

Browse files
committed
chore: update CHANGELOG for v3.12.0 with new features and dependency migration
1 parent 7387981 commit e2d380b

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

packages/uikit-testing-tools/package.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,20 @@
6363
"source": "src",
6464
"output": "lib",
6565
"targets": [
66-
"commonjs",
67-
"module",
66+
[
67+
"commonjs",
68+
{
69+
"copyFlow": false,
70+
"exclude": "**/*.d.ts"
71+
}
72+
],
73+
[
74+
"module",
75+
{
76+
"copyFlow": false,
77+
"exclude": "**/*.d.ts"
78+
}
79+
],
6880
[
6981
"typescript",
7082
{

0 commit comments

Comments
 (0)