mirror of
https://github.com/tsl0922/ttyd.git
synced 2025-12-21 11:24:20 +01:00
build(deps-dev): bump webpack-merge from 4.2.2 to 5.0.9 in /html (#407)
* build(deps-dev): bump webpack-merge from 4.2.2 to 5.0.9 in /html Bumps [webpack-merge](https://github.com/survivejs/webpack-merge) from 4.2.2 to 5.0.9. - [Release notes](https://github.com/survivejs/webpack-merge/releases) - [Changelog](https://github.com/survivejs/webpack-merge/blob/master/CHANGELOG.md) - [Commits](https://github.com/survivejs/webpack-merge/compare/v4.2.2...v5.0.9) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * webpack-merge: fix compatibility 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
f98124b7e3
commit
4ddf88bfaf
@@ -1,5 +1,5 @@
|
||||
const path = require('path');
|
||||
const merge = require('webpack-merge');
|
||||
const { merge } = require('webpack-merge');
|
||||
const CopyWebpackPlugin = require('copy-webpack-plugin');
|
||||
const HtmlWebpackPlugin = require('html-webpack-plugin');
|
||||
const MiniCssExtractPlugin = require("mini-css-extract-plugin");
|
||||
|
||||
Reference in New Issue
Block a user