This website requires JavaScript.
Explore
Help
Register
Sign In
Zengtudor
/
Nuxt
Watch
1
Star
0
Fork
0
You've already forked Nuxt
mirror of
https://github.com/nuxt/nuxt.git
synced
2024-11-12 00:53:55 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
55b522cc8f
Nuxt
/
test
/
fixtures
/
config-explicit
/
config-explicit.test.js
4 lines
82 B
JavaScript
Raw
Normal View
History
Unescape
Escape
fix: appveyor test failure (#3754) * 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 20:25:23 +00:00
import
{
buildFixture
}
from
'../../utils/build'
feat: add Vue.config configuration to nuxt.config.js (#3655) After #3564 and the request of #3427 (plus #3452) 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: #2910, #3427
2018-08-08 19:05:23 +00:00
buildFixture
(
'config-explicit'
)
Reference in New Issue
Copy Permalink