mirror of
https://github.com/tsl0922/ttyd.git
synced 2025-12-21 11:24:20 +01:00
build(deps-dev): bump copy-webpack-plugin from 5.1.1 to 6.0.2 (#369)
* build(deps-dev): bump copy-webpack-plugin from 5.1.1 to 6.0.2 in /html Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 5.1.1 to 6.0.2. - [Release notes](https://github.com/webpack-contrib/copy-webpack-plugin/releases) - [Changelog](https://github.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v5.1.1...v6.0.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * html: update webpack config Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Shuanglei Tao <tsl0922@gmail.com>
This commit is contained in:
committed by
GitHub
parent
8b424b5764
commit
c226a65893
@@ -43,9 +43,11 @@ const baseConfig = {
|
||||
extensions: [ '.tsx', '.ts', '.js' ]
|
||||
},
|
||||
plugins: [
|
||||
new CopyWebpackPlugin([
|
||||
{ from: './favicon.png', to: '.' }
|
||||
], {}),
|
||||
new CopyWebpackPlugin({
|
||||
patterns:[
|
||||
{ from: './favicon.png', to: '.' }
|
||||
],
|
||||
}),
|
||||
new MiniCssExtractPlugin({
|
||||
filename: devMode ? '[name].css' : '[name].[hash].css',
|
||||
chunkFilename: devMode ? '[id].css' : '[id].[hash].css',
|
||||
|
||||
Reference in New Issue
Block a user