Skip to content

The partial episodes.hbs could not be found #18

@NiiMER

Description

@NiiMER

When i register the partials inside my webpack module handlebars cant find my module see the bellow code:
` // Get Handlebars instance
var Handlebars = require('handlebars-template-loader/runtime');

        // Require partial
        var partial = require('./episodes.hbs')(data);

        // Register partial
        Handlebars.registerPartial('episodes.hbs', partial);


        var html = require('./episodeSelector.hbs')(data);

`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions