Skip to content

Commit 9a787c8

Browse files
author
Jonas Gossens
committed
🔧 Add scss to css compiling
1 parent 7a3ca38 commit 9a787c8

File tree

6 files changed

+1338
-29
lines changed

6 files changed

+1338
-29
lines changed

.babelrc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
2727
"preventFullImport": true
2828
}
2929
}
30-
]
30+
],
31+
["transform-rename-import", {
32+
"original": "^(.+)\\.scss$",
33+
"replacement": "$1.css"
34+
}]
3135
]
3236
}

0 commit comments

Comments
 (0)