Skip to content
This repository was archived by the owner on Mar 19, 2025. It is now read-only.

Commit 86f3928

Browse files
committed
edit webpack config
1 parent 0ee7d47 commit 86f3928

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

webpack.common.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ var webpack = require("webpack");
22
var version = require("./package.json").version;
33
var banner =
44
"/**\n" +
5-
" * vue-helmet v" + version + "\n" +
6-
" * https://github.com/miaolz123/vue-helmet\n" +
5+
" * vue-markdown v" + version + "\n" +
6+
" * https://github.com/miaolz123/vue-markdown\n" +
77
" * MIT License\n" +
88
" */\n";
99

webpack.config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ var webpack = require('webpack');
22
var version = require("./package.json").version;
33
var banner =
44
"/**\n" +
5-
" * vue-helmet v" + version + "\n" +
6-
" * https://github.com/miaolz123/vue-helmet\n" +
5+
" * vue-markdown v" + version + "\n" +
6+
" * https://github.com/miaolz123/vue-markdown\n" +
77
" * MIT License\n" +
88
" */\n";
99

0 commit comments

Comments
 (0)