[feat][m] - stub out next.js page and setup CI

This commit is contained in:
Gift Egwuenu
2020-05-25 14:49:52 +01:00
parent 12026d947d
commit 96e1c4d6ae
12 changed files with 12333 additions and 5535 deletions

View File

@@ -0,0 +1,8 @@
module.exports = {
process() {
return 'module.exports = {};'
},
getCacheKey() {
return 'cssTransform'
},
}