Closed
Description
Version
3.0.0-beta.15
Reproduction link
Steps to reproduce
Set up vue.config.js like this:
module.exports = {
configureWebpack:{
output: {
path: '../test-folder/',
filename: '[name].js',
publicPath: '/'
},
}
}
And run npm run build
What is expected?
To get build files in the test-folder
folder
What is actually happening?
I am getting the: Configuration Error: Avoid modifying webpack output.path directly. Use the "outputDir" option instead.
Should have been fixed in 3.0.0-beta.10