Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
yyq
7 years ago
Commit
3d0760fea70e39801826711435149aca3fcbf9c5
1 parent
d0066a0c
polyfill
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
1 deletions
.babelrc
package.json
public/build/webpack.base.config.js
.babelrc
View file @
3d0760f
...
...
@@ -6,5 +6,9 @@
}
}],
"es2015"
],
"plugins"
:
[
"transform-runtime"
,
"transform-regenerator"
,
]
}
...
...
package.json
View file @
3d0760f
...
...
@@ -64,6 +64,8 @@
"autoprefixer"
:
"^6.3.6"
,
"babel-core"
:
"^6.26.0"
,
"babel-loader"
:
"^7.1.2"
,
"babel-plugin-transform-regenerator"
:
"^6.26.0"
,
"babel-plugin-transform-runtime"
:
"^6.23.0"
,
"babel-preset-env"
:
"^1.6.1"
,
"babel-preset-es2015"
:
"^6.24.1"
,
"bootstrap"
:
"^3.3.7"
,
...
...
@@ -95,6 +97,7 @@
"postcss-sprites"
:
"^4.2.0"
,
"postcss-use"
:
"^2.3.0"
,
"precss"
:
"^1.4.0"
,
"regenerator-runtime"
:
"^0.11.1"
,
"rewire"
:
"^2.5.1"
,
"shelljs"
:
"^0.7.0"
,
"style-loader"
:
"^0.16.0"
,
...
...
public/build/webpack.base.config.js
View file @
3d0760f
...
...
@@ -65,7 +65,8 @@ const getEntries = () => {
'yoho-jquery-lazyload'
,
'yoho-slider'
,
'yoho-jquery-pjax'
,
'yoho-jquery-dotdotdot'
'yoho-jquery-dotdotdot'
,
'regenerator-runtime/runtime'
],
base
:
path
.
join
(
__dirname
,
'../scss/base.css'
)
};
...
...
Please
register
or
login
to post a comment