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