mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-20 14:56:17 -04:00
feat: contributors + changelogs in about page
Signed-off-by: Corentin Thomasset <corentin.thomasset74@gmail.com>
This commit is contained in:
parent
b013903c41
commit
fba0701df2
5 changed files with 146 additions and 14 deletions
|
@ -6,6 +6,11 @@ module.exports = {
|
|||
],
|
||||
configureWebpack: () => {
|
||||
return {
|
||||
module:{
|
||||
rules: [
|
||||
{ test: /\.md$/, use: 'raw-loader' }
|
||||
]
|
||||
},
|
||||
plugins: [
|
||||
new webpack.DefinePlugin({
|
||||
'process.env': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue