Commit 08d03267 authored by zhaoxc5's avatar zhaoxc5

fix: delete unuse code

parent 3f4ac65a
......@@ -123,12 +123,7 @@ module.exports = {
}
}
})
config.optimization.runtimeChunk('single'),
{
from: path.resolve(__dirname, './public/robots.txt'), //防爬虫文件
to: './' //到根目录下
}
config.optimization.runtimeChunk('single')
})
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment