Skip to content

Commit

Permalink
Revert webpack configs reordering
Browse files Browse the repository at this point in the history
  • Loading branch information
sirreal committed Sep 10, 2024
1 parent 73d9b5e commit 5bf5899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ const vendorsConfig = require( './tools/webpack/vendors' );

module.exports = [
...blocksConfig,
scriptModules,
packagesConfig,
scriptModules, // Script modules build depends on the package build.
...developmentConfigs,
...vendorsConfig,
];

0 comments on commit 5bf5899

Please sign in to comment.