Skip to content

Commit

Permalink
Add .hbs to rollup-public-entrypoints
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Feb 4, 2022
1 parent 3413a7e commit 93b85af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion my-addon/config/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const addon = new Addon({
// Unfortunately, your local project layout has to kind of match what classic ember expects
// so that all the app-re-exports can be properly generated
const globallyAvailable = [
'components/**/*.{ts,js}',
'components/**/*.{ts,js,hbs}',
'instance-initializers/*.{ts,js}',
'helpers/**/*.{ts,js}',
];
Expand Down
1 change: 1 addition & 0 deletions my-addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
"type": "addon",
"main": "./config/addon-main.cjs",
"app-js": {
"./components/demo/button.js": "./dist/_app_/components/demo/button.js",
"./components/demo/index.js": "./dist/_app_/components/demo/index.js",
"./components/flat-demo.js": "./dist/_app_/components/flat-demo.js",
"./helpers/stringify.js": "./dist/_app_/helpers/stringify.js",
Expand Down

0 comments on commit 93b85af

Please sign in to comment.