Skip to content

Commit

Permalink
perf: update reference to .js files
Browse files Browse the repository at this point in the history
This update reverts a change that was made to rename auro-hyperlink from
.js to .mjs.

In hindsight, this was unnecessary for SSR/ESM support and caused a
series of side effects.

Changes to be committed:
modified:   index.js
renamed:    src/auro-hyperlink.mjs -> src/auro-hyperlink.js
  • Loading branch information
blackfalcon committed Feb 16, 2024
1 parent de58018 commit f06d3ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { AuroHyperlink } from './src/auro-hyperlink.mjs';
import { AuroHyperlink } from './src/auro-hyperlink.js';

/**
* Register Custom Element.
Expand Down
File renamed without changes.

0 comments on commit f06d3ee

Please sign in to comment.