Skip to content

Commit

Permalink
prepare 5.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
liuliang-wt committed Apr 6, 2021
1 parent d6adfdb commit 0f4f638
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions demo/WalkingTec.Mvvm.VueDemo/ClientApp/config/webpack.base.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ module.exports = {
new HtmlWebpackPlugin({
filename: "index.html",
template: "view/index.html",
favicon: 'static/favicon.ico',
chunks: ["index", "vendor", "common", "runtime"]
// minify: {
// removeComments: true,
Expand All @@ -146,6 +147,7 @@ module.exports = {
new HtmlWebpackPlugin({
filename: "login.html",
template: "view/index.html",
favicon: 'static/favicon.ico',
chunks: ["login", "vendor", "common", "runtime"]
// minify: {
// removeComments: true,
Expand Down
2 changes: 1 addition & 1 deletion version.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<VersionPrefix>5.1.1</VersionPrefix>
<VersionPrefix>5.1.2</VersionPrefix>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down

0 comments on commit 0f4f638

Please sign in to comment.