We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 554b107 commit 9a03eccCopy full SHA for 9a03ecc
test/test.php
@@ -129,11 +129,6 @@ function () {
129
[
130
// Main entry point script:
131
'<script type="module" src="/dist/assets/main.4889e940.js"></script>',
132
- // TODO open an issue to verify Vite's documentation:
133
- // https://vitejs.dev/guide/backend-integration
134
- // In their example, a `<script>` tag is generated for the `views/foo.js` script,
135
- // but this seems wrong, as the script is already preloaded as a module - in their example,
136
- // `views/foo.js` is a dynamic entry point, and should be loaded dynamically, not eagerly. (?)
137
]
138
);
139
}
0 commit comments