feat: contributors + changelogs in about page

Signed-off-by: Corentin Thomasset <corentin.thomasset74@gmail.com>
This commit is contained in:
Corentin Thomasset 2020-06-08 00:31:07 +02:00
parent b013903c41
commit fba0701df2
5 changed files with 146 additions and 14 deletions

View file

@ -6,6 +6,11 @@ module.exports = {
],
configureWebpack: () => {
return {
module:{
rules: [
{ test: /\.md$/, use: 'raw-loader' }
]
},
plugins: [
new webpack.DefinePlugin({
'process.env': {