Working with IE11
This commit is contained in:
@@ -4,8 +4,6 @@ html
|
||||
head
|
||||
title= title
|
||||
link(rel='stylesheet', href=baseUrl+'/styles/style.css')
|
||||
if !Config.isProduction
|
||||
script(type='text/javascript', async, src=baseUrl+'/auto-reload/client.js')
|
||||
body
|
||||
block content
|
||||
script(type='text/javascript', src=baseUrl+'/js/polyfill.js')
|
||||
@@ -15,3 +13,5 @@ html
|
||||
require(['src/index'], function (index) {
|
||||
index.setConfig({EXTERNAL_BASE_URL: '#{baseUrl}'});
|
||||
});
|
||||
if !Config.isProduction
|
||||
script(type='text/javascript', src=baseUrl+'/auto-reload/client.js')
|
||||
|
||||
Reference in New Issue
Block a user