1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-02-24 01:19:58 +00:00
Nuxt/test/fixtures/filenames-query-part/nuxt.config.js

9 lines
138 B
JavaScript
Raw Normal View History

2019-02-13 09:18:41 +00:00
export default {
build: {
filenames: {
app: '[name].js?v=[contenthash]',
chunk: '[name].js?v=[contenthash]'
}
}
}