Vue: Vue.config.productionTip = false not working anymore

Created on 30 Jan 2018  路  6Comments  路  Source: vuejs/vue

Version

2.5.13

Reproduction link

https://jsfiddle.net/chrisvfritz/50wL7mdz/

Steps to reproduce

With all current tools freshly installed, generate a new webpack-based project

What is expected?

Don't show the (annoying) warning

What is actually happening?

Warning is shown

As reported by @railstation (and closed automatically) in #7507

Most helpful comment

fixed in ced00b1d

All 6 comments

Reproduction please.

I can't find any other way to stop production tip but to directly change it in vue.js file

@shepelevstas Same here

Codepen demo to show this:

https://codepen.io/liquidvisual/pen/eVdKvo

fixed in ced00b1d

@yyx990803 Please support this in vue.config.js too. Now it gives

 ERROR  Invalid options in vue.config.js: "productionTip" is not allowed
Was this page helpful?
0 / 5 - 0 ratings