vue3相关问题

  1. [webpack-cli] Invalid options object. Dev Server has been initialized using an options object that does not match the API schema.
    解决:改webpack.config.js文件内容:
    devServer: {
    // contentBase: “./public”,
    static:’./public’,
    }

你可能感兴趣的:(webpack,前端,javascript)