Version
3.0.0-beta.6
Reproduction link
https://github.com/vuejs/vue-cli
Steps to reproduce
use vue cli 3.0.0-beta.9 create a blank project then run npm run build
What is expected?
Manifest.js do not inlined in the output html
What is actually happening?
Manifest.js is inlined in the output html
Due to some constrains , I want webpack manifest do not inlined. How can I do that in vue cli config?