Skip to content

Commit c255d6c

Browse files
committed
fix(common): no default conversion for react-jss
1 parent 02e987c commit c255d6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/common/babel.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ const createReactJSSTransform = (env) => [
279279
'transform-imports',
280280
{
281281
'react-jss': {
282+
skipDefaultConversion: true,
282283
transform: (importName) => {
283284
let res;
284285
const files = glob.sync(

0 commit comments

Comments
 (0)