Skip to content

[resolver-webpack] Compat with multiple configs #181

@pitaj

Description

@pitaj

webpack.config.js can be an array of webpack config objects like so:

module.exports = [
  {
    name: 'configurator',
  },
  {
    name: 'scene',
  }
];

Currently, I have to append this to my config file:

module.exports.resolve = {
  extensions: [
    '',
    '.jsx',
    '.js',
  ],
};

... which shouldn't be necessary. Please add support for multiple webpack configs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions