Skip to content

Commit 547ba92

Browse files
彩云彩云
authored andcommitted
fix: packages
1 parent d8a6c77 commit 547ba92

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

webpack.config.cjs

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,17 @@ module.exports = (env, argv) => {
5050
// public 下的内容都要原样可访问:/images/*、/demo/*、/style.css
5151
noErrorOnMissing: true,
5252
},
53+
{
54+
from: path.resolve(
55+
__dirname,
56+
"c952af0ffb79dabbf56fa8e837213e97.txt"
57+
),
58+
to: path.resolve(
59+
__dirname,
60+
"dist/c952af0ffb79dabbf56fa8e837213e97.txt"
61+
),
62+
noErrorOnMissing: true,
63+
},
5364
],
5465
}),
5566
],

0 commit comments

Comments
 (0)