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 a2e8363 commit e00ba38Copy full SHA for e00ba38
packages/e2e-tests/_test_dependencies/vite-plugins/index.js
@@ -42,7 +42,7 @@ export function transformValidation() {
42
enforce: 'post',
43
transform(code, id) {
44
if (id.endsWith('.svelte')) {
45
- replaceWithSourceMap(code, '__JS_TRANSFORM_3__', 'Hello world');
+ return replaceWithSourceMap(code, '__JS_TRANSFORM_3__', 'Hello world');
46
}
47
// can't handle css here as in build, it would be `export default {}`
48
0 commit comments