Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
郭成尧
8 years ago
Commit
0aad985d882f901f53fa5a7e06a5ba1d85ab6d6b
1 parent
e88025f2
babel-plugin-add-for-huawei
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
package.json
public/build/webpack.base.config.js
package.json
View file @
0aad985
...
...
@@ -57,6 +57,7 @@
"autoprefixer"
:
"^6.7.4"
,
"babel-core"
:
"^6.24.0"
,
"babel-loader"
:
"^6.4.1"
,
"babel-polyfill"
:
"^6.23.0"
,
"babel-preset-env"
:
"^1.2.2"
,
"css-loader"
:
"^0.27.3"
,
"cssnano"
:
"^3.10.0"
,
...
...
public/build/webpack.base.config.js
View file @
0aad985
...
...
@@ -66,7 +66,7 @@ const cssLoader = (env, type) => {
const
getEntries
=
()
=>
{
const
entries
=
{
libs
:
[
'yoho-jquery'
],
libs
:
[
'
babel-polyfill'
,
'
yoho-jquery'
],
index
:
path
.
join
(
__dirname
,
'../scss/index.css'
),
common
:
path
.
join
(
__dirname
,
'../scss/common.css'
),
feature
:
path
.
join
(
__dirname
,
'../scss/feature.css'
)
...
...
Please
register
or
login
to post a comment