流年*痕迹 2021-10-12 15:18 采纳率: 80%
浏览 317
已结题

webpack5搭建vue3项目 控制台有如下警告,请教如何解决

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,
                }),
            ],
    
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

问题事件

  • 系统已结题 11月4日
  • 已采纳回答 10月27日
  • 创建了问题 10月12日