Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohoblk-wap
·
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
ccbikai
9 years ago
Commit
febad99c4e3d9d7940a136f76f0ac1909347131b
1 parent
d2a32ae1
完善构建
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
package.json
public/webpack.config.js
package.json
View file @
febad99
...
...
@@ -42,6 +42,7 @@
},
"devDependencies"
:
{
"autoprefixer"
:
"^6.3.7"
,
"babel-loader"
:
"^6.2.4"
,
"eslint"
:
"^3.0.1"
,
"eslint-config-yoho"
:
"^1.0.1"
,
"eslint-plugin-html"
:
"^1.5.1"
,
...
...
@@ -66,6 +67,7 @@
"postcss-use"
:
"^2.2.0"
,
"precss"
:
"^1.4.0"
,
"shelljs"
:
"^0.7.0"
,
"style-loader"
:
"^0.13.1"
,
"stylelint"
:
"^6.9.0"
,
"stylelint-config-yoho"
:
"^1.2.5"
,
"vue-loader"
:
"^8.5.3"
,
...
...
public/webpack.config.js
View file @
febad99
...
...
@@ -44,6 +44,13 @@ module.exports = {
loaders
:
[{
test
:
/
\.
vue$/
,
loader
:
'vue'
},
{
test
:
/
\.
js$/
,
exclude
:
/node_modules/
,
loader
:
'babel?presets[]=es2015&plugins[]=transform-runtime&comments=false'
},
{
test
:
/
\.
css$/
,
loader
:
'style!css?-url'
}]
},
resolve
:
{
...
...
Please
register
or
login
to post a comment