Skip to content

Commit c6ca7a1

Browse files
committed
Final change to sse-hooks location
1 parent 690a49b commit c6ca7a1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/app/config/webpack.common.js

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

0 commit comments

Comments
 (0)