Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
xianyu-ufo-app-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
TaoHuang
5 years ago
Committed by
shuaiguo
5 years ago
Commit
018012bfb193ef16608c7bb67f653408128b9aa2
1 parent
e87030b0
fix($report): add vconsole
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
0 deletions
apps/entry-client.js
package.json
yarn.lock
apps/entry-client.js
View file @
018012b
...
...
@@ -32,6 +32,11 @@ import 'video.js/dist/video-js.css';
import
sdk
from
'yoho-activity-sdk'
;
if
(
process
.
env
.
NODE_ENV
===
'development'
)
{
const
VConsole
=
require
(
'vconsole'
);
const
vConsole
=
new
VConsole
();
}
import
{
initClient
,
initBaseLogs
...
...
package.json
View file @
018012b
...
...
@@ -131,6 +131,7 @@
"terser-webpack-plugin"
:
"^2.1.3"
,
"uglifyjs-webpack-plugin"
:
"^2.2.0"
,
"url-loader"
:
"^1.1.2"
,
"vconsole"
:
"^3.3.4"
,
"webpack"
:
"4.16.5"
,
"webpack-bundle-analyzer"
:
"^3.0.3"
,
"webpack-cli"
:
"^3.1.2"
,
...
...
yarn.lock
View file @
018012b
...
...
@@ -10893,6 +10893,11 @@ vary@~1.1.2:
resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc"
integrity sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=
vconsole@^3.3.4:
version "3.3.4"
resolved "http://npm.yohops.com/vconsole/-/vconsole-3.3.4.tgz#a7dacd8887b3d3e902e8d18425cda56c34e77f51"
integrity sha1-p9rNiIez0+kC6NGEJc2lbDTnf1E=
verror@1.10.0:
version "1.10.0"
resolved "http://npm.yohops.com/verror/-/verror-1.10.0.tgz#3a105ca17053af55d6e270c1f8288682e18da400"
...
...
Please
register
or
login
to post a comment