Skip to content

Commit be9ba94

Browse files
committed
Remove banner plugin since it don't work with new release strategy
1 parent 036685a commit be9ba94

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

webpack.config.js

+1-14
Original file line numberDiff line numberDiff line change
@@ -30,20 +30,7 @@ module.exports = {
3030
devServer: {
3131
inline: true,
3232
},
33-
plugins: [
34-
new webpack.BannerPlugin({
35-
banner:
36-
'List.js v' +
37-
PACKAGE.version +
38-
' (' +
39-
PACKAGE.homepage +
40-
') by ' +
41-
PACKAGE.author.name +
42-
' (' +
43-
PACKAGE.author.url +
44-
')',
45-
}),
46-
],
33+
plugins: [],
4734
optimization: {
4835
minimize: true,
4936
minimizer: [

0 commit comments

Comments
 (0)