change media patch
This commit is contained in:
parent
10d8ed3bd7
commit
a16883a68e
@ -20,7 +20,8 @@ module.exports = merge(common, {
|
|||||||
output: {
|
output: {
|
||||||
filename: 'js/[name].[hash:8].bundle.js',
|
filename: 'js/[name].[hash:8].bundle.js',
|
||||||
publicPath: '/',
|
publicPath: '/',
|
||||||
assetModuleFilename: 'media/[hash][ext][query]'
|
assetModuleFilename: '[hash][ext][query]'
|
||||||
|
// assetModuleFilename: 'media/[hash][ext][query]'
|
||||||
},
|
},
|
||||||
module: {
|
module: {
|
||||||
rules: [
|
rules: [
|
||||||
|
Loading…
Reference in New Issue
Block a user