Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redefinition levels for keysets don't work #2

Closed
iniel opened this issue Mar 31, 2017 · 1 comment
Closed

Redefinition levels for keysets don't work #2

iniel opened this issue Mar 31, 2017 · 1 comment

Comments

@iniel
Copy link

iniel commented Mar 31, 2017

Webpack gets keysets from different levels separately, but only the first one is imported into block.

var _bCopyrightTI18n = ((function() {
    var core = __webpack_require__(286);

        if (true) {
            return core()
                .decl(__webpack_require__(288))
                ('copyright');
        }

        if (true) {
            return core()
                .decl(__webpack_require__(289))
                ('copyright');
        }
    console.error("Define process.env.BEM_LANG");
    return function(){};
})());
@Yeti-or
Copy link
Member

Yeti-or commented Mar 31, 2017

it's issue with webpack-bem-loader

@Yeti-or Yeti-or closed this as completed Mar 31, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants