Merge pull request #1626 from ArthurHoaro/fix/vintage-webpack
Webpack: fix vintage theme images include
This commit is contained in:
commit
48df9f45b8
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