Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Commit 06cbf6a

Browse files
committed
Feat: 新增Webpack构建打包
1 parent 9c1efcc commit 06cbf6a

File tree

5 files changed

+826
-4
lines changed

5 files changed

+826
-4
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ upload/
1212
lib/
1313
tmp/
1414
dist/
15-
15+
production/
1616
config.json
1717
*.bat
1818
test_file/

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ testServer/
2020
*.zip
2121
docker_temp/
2222
data/
23+
production/
2324

2425
# config files
2526
users/*.json

0 commit comments

Comments
 (0)