disable browser-source-map-support

This commit is contained in:
Pooya Parsa 2017-08-10 14:46:13 +04:30
parent e0891ead6f
commit 71ebf02c6b

View File

@ -13,7 +13,6 @@ import {
getLocation,
compile
} from './utils'
<% if (debug) { %>import 'source-map-support/browser-source-map-support'<% } %>
<% if (debug) { %>window.sourceMapSupport && window.sourceMapSupport.install()<% } %>