Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
MadaraUchiha-314 committed Mar 21, 2024
1 parent 6432dc1 commit a54c797
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/examples/project-a/rspack.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ const config = async ({ outputFormat }) => ({
],
});

const multiBuildConfig = [
await config({ outputFormat: 'esm' })
];
const multiBuildConfig = [await config({ outputFormat: 'esm' })];

export default multiBuildConfig;

0 comments on commit a54c797

Please sign in to comment.