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
毕凯
2017-08-14 17:51:26 +0800
Commit
f159830a5f3f6f06d8b5ff78ed52b35f883e2809
1 parent
3b705b94
esModule
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
package.json
public/build/webpack.base.config.js
package.json
View file @
f159830
...
...
@@ -115,7 +115,7 @@
"vue"
:
"^2.4.2"
,
"vue-infinite-scroll"
:
"^2.0.1"
,
"vue-lazyload"
:
"^1.0.6"
,
"vue-loader"
:
"^1
2.2.1
"
,
"vue-loader"
:
"^1
3.0.2
"
,
"vue-template-compiler"
:
"^2.4.2"
,
"webpack"
:
"^3.4.1"
,
"webpack-dev-server"
:
"^2.6.1"
,
...
...
public/build/webpack.base.config.js
View file @
f159830
...
...
@@ -113,7 +113,8 @@ module.exports = (env) => {
autoprefixer
:
false
,
loaders
:
{
css
:
cssLoader
(
env
,
'vue'
)
}
},
esModule
:
false
}
}],
},
{
...
...
Please
register
or
login
to post a comment