Skip to content

Commit cc36048

Browse files
authored
Merge branch 'main' into feo/bugfix/custom-transformer-in-build-solution
2 parents ece3ea2 + 87a9fff commit cc36048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ If you become aware of issues not caught by the test suite then please let us kn
154154
},
155155
resolve: {
156156
// Add `.ts` and `.tsx` as a resolvable extension.
157-
extensions: [".ts", ".tsx", ".js"]
157+
extensions: [".ts", ".tsx", ".js"],
158158
// Add support for TypeScripts fully qualified ESM imports.
159159
extensionAlias: {
160160
".js": [".js", ".ts"],

0 commit comments

Comments
 (0)