Skip to content

Commit c2bd56f

Browse files
committed
After the changes in storybookjs#50, specifying 'type: module' no longer causes a dynamic require error with vitest
1 parent 6af7588 commit c2bd56f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

example/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "example",
33
"version": "0.1.0",
44
"private": true,
5+
"type": "module",
56
"scripts": {
67
"dev": "next dev",
78
"build": "next build",

0 commit comments

Comments
 (0)