We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3497e32 commit 8eac37bCopy full SHA for 8eac37b
ember-container-query/rollup.config.mjs
@@ -9,7 +9,7 @@ const addon = new Addon({
9
});
10
11
// Add extensions here, such as ts, gjs, etc that you may import
12
-const extensions = ['.hbs', '.js', '.ts'];
+const extensions = ['.js', '.ts'];
13
14
export default {
15
// This provides defaults that work well alongside `publicEntrypoints` below.
0 commit comments