Skip to content

Commit

Permalink
update extension to correctly indicate to linter what is es6 and what…
Browse files Browse the repository at this point in the history
… is not
  • Loading branch information
bloodrizer committed Jan 18, 2025
1 parent c14f6ba commit 269c4d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
transpiler: 'plugin-babel'
});
System.import('js/sample_es6.js');
System.import('js/sample.es6.js');
</script>

<!-- Global site tag (gtag.js) - Google Analytics -->
Expand Down

0 comments on commit 269c4d3

Please sign in to comment.