Skip to content

Commit 706d065

Browse files
wip(build): enhance bundle banner text
1 parent 366be8c commit 706d065

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/webpack.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,11 +158,12 @@ const configure = ({name, vueTarget}) => (env = {}, { mode = 'production', confi
158158
] : [],
159159

160160
new Webpack.BannerPlugin(`
161-
${ pkg.name } v${ pkg.version }
161+
${ pkg.name } v${ pkg.version } for vue${ vueTarget }
162162
163163
@description ${ pkg.description }.
164164
@author ${ pkg.author.name } <${ pkg.author.email }>
165165
@license ${ pkg.license }
166+
@sources https://github.com/FranckFreiburger/vue3-sfc-loader
166167
`.trim()),
167168
],
168169
resolve: {

0 commit comments

Comments
 (0)