Open
Description
Sometimes need to add the code below for ie browser.
<!--[if IE]>
<![endif]>
It can be added like this.
{
metaInfo: {
meta: [
{ charset: 'utf-8' },
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },
'<!--[if IE]>',
{ name: 'script', src:'index.js'}
'<![endif]>'
]
}
}
I tried to make on my branch to make pull-request but, I got some dependency errors.