Skip to content

Commit f6bf2bf

Browse files
committed
fix(Build): Also include the webpack configs in the npm package.
Previous packages depending on @patternslib/patternslib also extended Patternslib' webpack configs. Include these configs for backwards compatibility.
1 parent f4aef3c commit f6bf2bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@
6161
},
6262
"files": [
6363
"/dist",
64-
"/src"
64+
"/src",
65+
"/webpack"
6566
],
6667
"engines": {
6768
"node": ">=12.20.0"

0 commit comments

Comments
 (0)