-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
Description
Hello,
I am getting the "You are running Vue in development mode" message even when I compile my project with NODE_ENV=production. From searching through my project the only thing I can find that is importing vue.common.js is vue-grid-layout, which looks like it was compiled without replacing process.env.NODE_ENV because I can still see it in the minified code.
Would it be possible to release a version with vue compiled in production mode.