-
-
Notifications
You must be signed in to change notification settings - Fork 18
Closed
Description
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?
gormster and Kazuki-Ono-SWE
Metadata
Metadata
Assignees
Labels
No labels