feat: welcome page options

This commit is contained in:
Anoop M D
2022-01-07 00:07:32 +05:30
parent f825e53988
commit 2f0c9866ee
6 changed files with 368 additions and 461 deletions

View File

@ -23,6 +23,14 @@ module.exports = {
{
test: /\.css$/,
use: [ MiniCssExtractPlugin.loader, 'css-loader' ]
},
{
test: /\.(png|jpe?g|gif)$/i,
use: [
{
loader: 'file-loader',
},
],
}
]
},