mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-27 13:52:38 +00:00
spa errors source map support
This commit is contained in:
parent
3abc779447
commit
b78b189aea
@ -13,6 +13,9 @@ import {
|
|||||||
getLocation,
|
getLocation,
|
||||||
compile
|
compile
|
||||||
} from './utils'
|
} from './utils'
|
||||||
|
<% if (debug) { %>import 'source-map-support/browser-source-map-support'<% } %>
|
||||||
|
|
||||||
|
<% if (debug) { %>window.sourceMapSupport && window.sourceMapSupport.install()<% } %>
|
||||||
|
|
||||||
const noopData = () => { return {} }
|
const noopData = () => { return {} }
|
||||||
const noopFetch = () => {}
|
const noopFetch = () => {}
|
||||||
|
Loading…
Reference in New Issue
Block a user