Skip to content

Commit

Permalink
feat: 文件在线预览支持更多的文件类型(前端) #2765
Browse files Browse the repository at this point in the history
  • Loading branch information
lannoy0523 committed Jan 17, 2025
1 parent 0420a47 commit 6a18f29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/frontend/devops-repository/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ module.exports = (env, argv) => {
new CopyWebpackPlugin({
patterns: [
{ from: path.join(__dirname, './static'), to: dist },
{ from: path.join(__dirname, '../../../versionLogs'), to: `${dist}/versionLogs` }
{ from: path.join(__dirname, '../../../versionLogs'), to: `${dist}/versionLogs` },
{ from: path.join(__dirname, './public'), to: dist }
]
})
]
Expand Down

0 comments on commit 6a18f29

Please sign in to comment.