mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-29 23:02:42 +00:00
Add istanbul ignore
This commit is contained in:
parent
c8c2084bba
commit
e52d414447
2
index.js
2
index.js
@ -10,6 +10,7 @@
|
||||
require('source-map-support').install();
|
||||
|
||||
// Fix babel flag
|
||||
/* istanbul ignore else */
|
||||
process.noDeprecation = true
|
||||
|
||||
// Require Core
|
||||
@ -17,6 +18,5 @@ const Core = require('./dist/core.js')
|
||||
Object.assign(exports, Core)
|
||||
|
||||
// Require Builder
|
||||
// TODO: conditionally do this when builder available
|
||||
const Builder = require('./dist/builder.js')
|
||||
Object.assign(exports, Builder)
|
||||
|
Loading…
Reference in New Issue
Block a user