Skip to content

AMD format references dependencies with .html suffix #144

@GrantDG

Description

@GrantDG

When using the AMD format, the following is generated as the AMD module definition:

define([ './CategoryChooser.html' ], function ( CategoryChooser ) { 'use strict'; 

it should be:

define([ './CategoryChooser' ], function ( CategoryChooser ) { 'use strict';

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions