vuejs / vue

This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core
http://v2.vuejs.org
MIT License
207.4k stars 33.65k forks source link

vue SSR webpack plugin support template syntax for filename option #6831

Open lmf opened 6 years ago

lmf commented 6 years ago

What problem does this feature solve?

multiple entry and output point, because webpack plugin option of filename don't support template syntac like [name]、[id], so It's not convenient on this situation.

What does the proposed API look like?

new VueSSRServerPlugin({ filename: '[name]/vue-ssr-server-bundle.json' })

sunhaikuo commented 6 years ago

I meet the same problem!