Skip to content

Commit 5fa7c9a

Browse files
AlexanderOMaranecolas
authored andcommitted
Issue #405, allow implicit js or ts extensions
1 parent b4eaa22 commit 5fa7c9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-strict-dom/babel/preset.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function reactStrictPreset(_, options = {}) {
3434
styleResolution: 'property-specificity',
3535
unstable_moduleResolution: {
3636
rootDir: process.cwd(),
37-
themeFileExtension: '.css.js',
37+
themeFileExtension: '.css',
3838
type: 'commonJS'
3939
}
4040
}

0 commit comments

Comments
 (0)