1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-02-25 10:08:29 +00:00
Nuxt/test/fixtures/filenames-query-part/nuxt.config.js
2019-02-13 09:18:41 +00:00

9 lines
138 B
JavaScript

export default {
build: {
filenames: {
app: '[name].js?v=[contenthash]',
chunk: '[name].js?v=[contenthash]'
}
}
}