Skip to content

Commit

Permalink
perf: update to support import name extension
Browse files Browse the repository at this point in the history
Changes to be committed:
modified:   template/index.js
  • Loading branch information
blackfalcon committed Jan 27, 2024
1 parent 14d6050 commit 4aae027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { [Namespace][Name] } from './src/[namespace]-[name]';
import { [Namespace][Name] } from './src/[namespace]-[name].js';

/**
* Register Custom Element.
Expand Down

0 comments on commit 4aae027

Please sign in to comment.