I generated a default CLI3 VueJS app, ran 'npm install', then ran 'npm run build'. The dist folder only contains app.js and vendor.js files. (Yes, the file names contain random characters such as 'app.22467ja98.js' but I'm excluding that for simplicity)
All the documentation references a manifest.js file that should also be generated, but no such file is in the dist folder... Is this a webpack setting? If so, why is it not the CLI3 template default to produce the manifest.js, and how does one tell webpack to produce this file since the CLI3 paradigm is to not have a webpack.config.js file in the project?