Skip to content

Commit 8eac37b

Browse files
committed
bugfix: Removed .hbs from extensions
1 parent 3497e32 commit 8eac37b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ember-container-query/rollup.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const addon = new Addon({
99
});
1010

1111
// Add extensions here, such as ts, gjs, etc that you may import
12-
const extensions = ['.hbs', '.js', '.ts'];
12+
const extensions = ['.js', '.ts'];
1313

1414
export default {
1515
// This provides defaults that work well alongside `publicEntrypoints` below.

0 commit comments

Comments
 (0)