mirror of
https://github.com/usebruno/bruno.git
synced 2025-08-15 18:43:02 +02:00
feat: welcome page options
This commit is contained in:
@ -23,6 +23,14 @@ module.exports = {
|
||||
{
|
||||
test: /\.css$/,
|
||||
use: [ MiniCssExtractPlugin.loader, 'css-loader' ]
|
||||
},
|
||||
{
|
||||
test: /\.(png|jpe?g|gif)$/i,
|
||||
use: [
|
||||
{
|
||||
loader: 'file-loader',
|
||||
},
|
||||
],
|
||||
}
|
||||
]
|
||||
},
|
||||
|
Reference in New Issue
Block a user