diff --git a/example/craco.config.js b/example/craco.config.js index 9be50da..fdb348c 100644 --- a/example/craco.config.js +++ b/example/craco.config.js @@ -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) => {