V2 addon.hbs() doesn't compile hbs files into the associated JS/TS file
See original GitHub issuegiven
src/components/a-comp.js
src/components/a-comp.hbs
And the default plugin configuration for rollup, the built output will include no hbs files and the associated js file will also not include the compiled template.
Issue Analytics
- State:
- Created a year ago
- Comments:6
Top Results From Across the Web
hbs files are not copied to dist folder · Issue #42 - GitHub
with modifying nest-cli.json file as given below, when the code is compiled templates folder structure is transfered to dist folder as intended. {...
Read more >Why does my Handlebars not have a compile method?
The template compiler produces a JavaScript file containing the ... The hbs plugin had a folder with all the dependencies it needed in...
Read more >hbs - npm
Express.js template engine plugin for Handlebars. Latest version: 4.2.0, ... Start using hbs in your project by running `npm i hbs`.
Read more >Template Language—Custom — Eleventy
If you want to pre-process md or html files using another template language, change the ... `compile` is called once per .scss file...
Read more >Templating Basics - Ember Guides
You should not add links to your own local CSS files within the hbs file. Style rules should go in the app/styles directory...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
ahhhh I did not, needed to be added there. I should have thought to have added it there anyway. Must have gotten removed when I added the ts plugin 🤔
Shouldn’t this best be mentioned in the below migration guide? Porting addons to V2