Skip to content

Remove <script locals> after build html. #120

@s-kobets

Description

@s-kobets

Hi, thank you to plugin, but I don't understand, why <script locals> don't removed after build html?
before

<script locals>
  module.exports = {
    name: 'Scrum'
  }
</script>

<div>My name: {{name}}</div>

after

<script locals>
  module.exports = {
    name: 'Scrum'
  }
</script>

<div>My name: Scrum</div>

I think <script locals> this artefact and this should remove after build or configuration this behavior. What do you think?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions