disable clientside sourceMapSupport

This commit is contained in:
Pooya Parsa 2017-08-10 15:18:53 +04:30
parent 9340a0e7d0
commit 4d74840177

View File

@ -14,8 +14,6 @@ import {
compile
} from './utils'
<% if (debug) { %>window.sourceMapSupport && window.sourceMapSupport.install()<% } %>
const noopData = () => { return {} }
const noopFetch = () => {}