Skip to content

Commit a9ee053

Browse files
author
kajan
committed
setup webpack to process images
1 parent 382d998 commit a9ee053

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

AspNetCoreVueMpa.Web/ClientApp/webpack.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ module.exports = {
5353
path.join(__dirname, 'assets/styles/styles.scss')
5454
]
5555
},
56+
{
57+
test: /\.(png|jpe?g|gif)$/i,
58+
type: 'asset/resource',
59+
}
5660
]
5761
},
5862
plugins: [

0 commit comments

Comments
 (0)