Webpack: fix vintage theme images include
This commit is contained in:
parent
38b55fbf3d
commit
c61d8a85b7
1 changed files with 2 additions and 1 deletions
|
@ -142,7 +142,8 @@ module.exports = [
|
|||
loader: 'file-loader',
|
||||
options: {
|
||||
name: '../img/[name].[ext]',
|
||||
publicPath: '',
|
||||
// do not add a publicPath here because it's already handled by CSS's publicPath
|
||||
publicPath: '../vintage',
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue