Added markdown pages for privacy policy and credits

This commit is contained in:
2021-02-12 06:03:41 +11:00
parent 0b6c372c55
commit 1c456e70b6
9 changed files with 937 additions and 8 deletions
+9 -1
View File
@@ -36,7 +36,15 @@ module.exports = ({ production, analyzer }) => {
}
}
]
}
},
{
test: /\.(md)$/,
use: [
{
loader: 'raw-loader'
},
],
},
]
},
plugins: [