dojo / cli

:rocket: Dojo - command line tooling.
http://dojo.io
Other
26 stars 34 forks source link

Enable `ignoreOrder` option for `extract-text-webpack-plugin` #231

Closed sebilasse closed 6 years ago

sebilasse commented 6 years ago

Bug

The bug is described pretty well in https://github.com/webpack-contrib/extract-text-webpack-plugin/issues/386

Package Version: latest

Actual behavior: dojo build -m dev -w memory -s After updating about the half of my widgets the bug described above happened, and unfortunately it is not possible to debug the reason because the only message is Order in extracted chunk undefined

See also "Interestingly, it's not deterministic." ff. https://github.com/webpack-contrib/extract-text-webpack-plugin/issues/80#issuecomment-215416791 (same here)

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

sebilasse commented 6 years ago

it is caused by base.config.js in https://github.com/dojo/cli-build-app - will do a PR there