Feature flags VUE_OPTIONS_API, VUE_PROD_DEVTOOLS are not explicitly defined. You are running the esm-bundler build of Vue, which expects these compile-time feature flags to be globally injected via the bundler config in order to get better tree-shaking in the production bundle.
1条回答 默认 最新
An^_^Rui 2021-10-18 15:01关注plugins: [ new webpack.DefinePlugin({ __VUE_OPTIONS_API__: false, __VUE_PROD_DEVTOOLS__: false, }), ],本回答被题主选为最佳回答 , 对您是否有帮助呢?评论 打赏 举报解决 1无用 4