Skip to content

Commit

Permalink
修改配置文件
Browse files Browse the repository at this point in the history
  • Loading branch information
GuosXin committed Apr 21, 2023
1 parent 96388f2 commit c527706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/webpack.prod.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const path = require('path')

module.exports = {
mode: 'development',
mode: 'production',
entry: path.resolve(__dirname, '../src/index.ts'),
output: {
filename: 'index.js',
Expand Down

0 comments on commit c527706

Please sign in to comment.