1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-02-21 16:09:52 +00:00
Commit Graph

2 Commits

Author SHA1 Message Date
Clark Du
432720b8c8 fix: appveyor test failure ()
* fix: appveyor test failure

* ci: bring back yarn cache

* ci: turn off matrix

* refactor: use babel instead of esm in jest

* refactor: use es modules in fixtures
2018-08-17 22:25:23 +02:00
Alexander Lichter
cb18aa6f53 feat: add Vue.config configuration to nuxt.config.js ()
After  and the request of   (plus ) I decided to add a dedicated `vueConfig`object to the `nuxt.config.js` file.

The keys will be projected on Vue.config.

By default, `Vue.config.performance` is enabled in dev mode, `Vue.config.silent` is enabled in production mode.

Doc PR incoming.

Resolves: , 
2018-08-08 20:05:23 +01:00