Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
hpx7 committed Jun 16, 2021
1 parent 2873045 commit 0770866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/playground/optimize-deps/index.html
Expand Up @@ -74,6 +74,6 @@ <h2>Dep from hidden dir</h2>
import { hello } from 'dep-esbuild-plugin-transform'
document.querySelector('.esbuild-plugin').textContent = hello()

import { greeting } from '.hidden-dir/foo.js'
import { greeting } from './.hidden-dir/foo.js'
document.querySelector('.hidden-dir').textContent = greeting
</script>

0 comments on commit 0770866

Please sign in to comment.