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

Enable ignoreOrder option for extract-text-webpack-plugin #86

Closed
sebilasse opened this issue Apr 6, 2018 · 1 comment
Closed

Enable ignoreOrder option for extract-text-webpack-plugin #86

sebilasse opened this issue Apr 6, 2018 · 1 comment
Milestone

Comments

@sebilasse
Copy link

Bug

The bug is described pretty well in
webpack-contrib/extract-text-webpack-plugin#386

Package Version: latest

Actual behavior:
dojo build -m dev -w memory -s
->
Order in extracted chunk undefined

"Interestingly, it's not deterministic." ff. :
webpack-contrib/extract-text-webpack-plugin#80 (comment) (same here)

There is an ignoreOrder flag documented here
https://github.com/webpack-contrib/extract-text-webpack-plugin#options

I'd recommend to switch it on in base.config.js – it solved the problem for me …

sebilasse added a commit to sebilasse/cli-build-app that referenced this issue Apr 6, 2018
Enabled the `ignoreOrder` option for `extract-text-webpack-plugin` –
solves dojo#86
@sebilasse
Copy link
Author

Sorry.
FYI :
It was my fault. The source of the error was that I was composing a class which was already composed in an imported CSS. closing …

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