In vue-cli-3.0, how to generate complete webpack.config.js. i have tried as the tutor but i failed with an error my trial code is just as below.
import a from "@vue/cli-service/webpack.config.js"
console.log(a)
and the error is as below,i don't know why it does not work.
"Invalid left-hand side in assignment at Object../node_modules/@vue/cli-service/lib/Service.js"
is this a bug?