Skip to content

Commit 1b0b976

Browse files
committed
Update sse-hooks copy
1 parent bd6951a commit 1b0b976

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/app/config/webpack.common.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -457,8 +457,8 @@ module.exports = {
457457
to: 'public/13/vs/language/vue',
458458
},
459459
{
460-
from: '../../sse-hooks/dist/sse-hooks.js',
461-
to: 'public/sse-hooks.[hash].js',
460+
from: '../../sse-hooks/dist',
461+
to: 'public/sse-hooks/[name].[hash].[ext]',
462462
toType: 'template',
463463
},
464464
{

0 commit comments

Comments
 (0)