Skip to content

Commit

Permalink
Set MiniCssExtractPlugin ignoreOrder to true for default config (#2220)
Browse files Browse the repository at this point in the history
  • Loading branch information
lfloyd117 authored Dec 20, 2024
1 parent abc11b9 commit 689ad14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/webpack/src/ember-webpack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -610,6 +610,8 @@ const Webpack: PackagerConstructor<Options> = class Webpack implements Packager
// but in fastboot, we need to disable that in favor of doing our
// own insertion of `<link>` tags in the HTML
runtime: variant.runtime === 'browser',
// It's not reasonable to make assumptions about order when doing CSS via modules
ignoreOrder: true,
}),
],
};
Expand Down

0 comments on commit 689ad14

Please sign in to comment.