mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
commit
a9b5c59c53
@ -106,6 +106,13 @@ export default function webpackBaseConfig ({ isClient, isServer }) {
|
|||||||
limit: 1000, // 1 KO
|
limit: 1000, // 1 KO
|
||||||
name: 'fonts/[name].[hash:7].[ext]'
|
name: 'fonts/[name].[hash:7].[ext]'
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
test: /\.(webm|mp4)$/,
|
||||||
|
loader: 'file',
|
||||||
|
query: {
|
||||||
|
name: 'videos/[name].[hash:7].[ext]'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user