Skip to content

'config' parameters for packages are not passed down when building the project #435

@Anomen

Description

@Anomen

In my requirejs configuration, I have this:

require.config({
    packages: [
      {
        name: 'ContainerListener',
        location: 'platform/components/listeners/container',
        main: 'container'
      },
      //...
    ],
    config: {
        // Container configuration
        ContainerListener: {
            title: 'MyTitle'
        }
    }
});

which works in my development environment. When I compile, here is the generated output:

define('ContainerListener/container',['require','exports','module'],function(require, exports, module){
    // whatever code
    console.log(module.config());
});

define('ContainerListener', ['ContainerListener/container'], function (main) { return main; });

So, ContainerListener has the correct configuration passed down, but ContainerListener/container doesn't, so module.config() is then empty and the code doesn't run as expected.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      pFad - Phonifier reborn

      Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

      Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


      Alternative Proxies:

      Alternative Proxy

      pFad Proxy

      pFad v3 Proxy

      pFad v4 Proxy