bem / bem-react

A set of tools for developing user interfaces using the BEM methodology in React
http://bem.github.io/bem-react
Other
440 stars 64 forks source link

@bem-react/pack: Support multiplie configs #579

Closed yarastqt closed 3 years ago

yarastqt commented 3 years ago

Description

Need add support for exports config for multiple builds

build.config.js

module.exports = [
  {
    plugins: [...]
  },
  {
    plugins: [...]
  },
]
yarastqt commented 3 years ago

resolve in https://github.com/bem/bem-react/pull/584