Skip to content
This repository was archived by the owner on Oct 1, 2025. It is now read-only.
This repository was archived by the owner on Oct 1, 2025. It is now read-only.

Request for inline comments #241

@davutkara

Description

@davutkara

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions