Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mmiller42 committed Jul 2, 2024
1 parent 8762c3f commit 283f0ec
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions example/craco.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ module.exports = {
type: "asset/source",
});

console.log(webpackConfig.output);
const n = Date.now();
while (Date.now() < n + 1000) {}

return webpackConfig;
},
devServer: (devServerConfig) => {
Expand Down

0 comments on commit 283f0ec

Please sign in to comment.