[feat][m] - stub out next.js page and setup CI
This commit is contained in:
8
config/jest/cssTransform.js
Normal file
8
config/jest/cssTransform.js
Normal file
@@ -0,0 +1,8 @@
|
||||
module.exports = {
|
||||
process() {
|
||||
return 'module.exports = {};'
|
||||
},
|
||||
getCacheKey() {
|
||||
return 'cssTransform'
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user