mirror of
https://github.com/taigrr/wails.git
synced 2026-04-14 19:01:09 -07:00
Merge pull request #715
* Fixed multi-line tags being minified incorrectly. Fixed self closing … * Improved html whitespace minification fix.
This commit is contained in:
14
v2/internal/html/testdata/basic.html
vendored
Normal file
14
v2/internal/html/testdata/basic.html
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/src/favicon.svg"></link>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<script type="text/javascript" src="src/bundle.js"></script>
|
||||
<link rel="stylesheet" href="src/style.css"></link>
|
||||
<title>Vite App</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user