Skip to content

Commit 1cd6a7e

Browse files
committed
export support for webpack <5.94
1 parent 1122aba commit 1cd6a7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"default": "./dist/index.js"
2222
}
2323
},
24-
"./dist/*.css": "./dist/*.css",
24+
"./dist/*": "./dist/*",
2525
"./src/stylesheets/*.scss": "./src/stylesheets/*.scss"
2626
},
2727
"files": ["*.md", "dist", "lib", "es", "src"],

0 commit comments

Comments
 (0)