mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-26 03:26:39 +08:00
fes-cli:
1. 修改logo为fes.js 2. 去掉copyright
This commit is contained in:
parent
4fa397d5a6
commit
9c3d4fdde9
@ -1,4 +1,4 @@
|
|||||||
<p align="center"><a href="https://webank.gitee.io/fes.js/" target="_blank" rel="noopener noreferrer"><img width="100" src="https://i.loli.net/2020/08/31/FB6zZyPEW5cVDAC.jpg" alt="Fes logo"></a></p>
|
<p align="center"><a href="https://webank.gitee.io/fes.js/" target="_blank" rel="noopener noreferrer"><img width="200" src="https://i.loli.net/2020/08/31/FB6zZyPEW5cVDAC.jpg" alt="Fes logo"></a></p>
|
||||||
|
|
||||||
|
|
||||||
# Fes.js
|
# Fes.js
|
||||||
|
@ -394,9 +394,7 @@ module.exports = function webpackConfig(configs, webpack, mode) {
|
|||||||
|
|
||||||
/* config.plugin('Copyright') */
|
/* config.plugin('Copyright') */
|
||||||
isBuild
|
isBuild
|
||||||
&& new webpack.BannerPlugin(
|
&& new webpack.BannerPlugin(''),
|
||||||
'Created By MumbleFe. Copyright © 2015 - 2018 WeBank.'
|
|
||||||
),
|
|
||||||
|
|
||||||
/* config.plugin('case-sensitive-paths') */
|
/* config.plugin('case-sensitive-paths') */
|
||||||
new CaseSensitivePathsPlugin(),
|
new CaseSensitivePathsPlugin(),
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@webank/fes-cli",
|
"name": "@webank/fes-cli",
|
||||||
"version": "0.1.1",
|
"version": "0.1.2",
|
||||||
"description": "一个好用的前端管理台快速开发框架",
|
"description": "一个好用的前端管理台快速开发框架",
|
||||||
"preferGlobal": true,
|
"preferGlobal": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 168 KiB |
Loading…
x
Reference in New Issue
Block a user