Merge pull request #1010 from sveltejs/windows-sanity-check

check files with names like [foo].html work on windows
pull/7738/head
Rich Harris 8 years ago committed by GitHub
commit d9469c0b24

@ -1,7 +1,7 @@
<Foo/> <Foo/>
<script> <script>
import Foo from './@foo.html'; import Foo from './[foo].html';
export default { export default {
components: { Foo } components: { Foo }

Loading…
Cancel
Save