Skip to content

Not working with module name with slash #42

@pszalko

Description

@pszalko

This plugin does not work with module name with slash "/". It looks like generated files are in wrong directory.

For example my module names are:

  • frontent/module_a
  • admin/module_b

In this case files generated by webpack go to the following directories:

  • build_dir/frontend/module_a
  • build_dir/admin/module_b

But this plugin puts generated files to:

  • build_dir/module_a
  • build_dir/module_b

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions