-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Description
Hey, 👋
Thanks for the plugin. It would be aweseme if it could beautify (fix indentation in my case) in script tags. Current output is:
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Rollup App</title>
<script>(function () {
'use strict';
function log(message) {
console.log(message);
}
log('test :)');
}());</script>
</head>
<body></body>
</html>As you can see, script contents has wrong indentation.
Reactions are currently unavailable