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
ccbikai(👎🏻🍜)
2017-03-23 09:47:40 +0800
Commit
50358b3e8acdf72dfa36ac843fd79f554cb32100
1 parent
047aaa87
代码检查支持 scss
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
public/build/webpack.dev.config.js
public/build/webpack.dev.config.js
View file @
50358b3
...
...
@@ -36,6 +36,7 @@ baseConfig.devServer = {
baseConfig
.
plugins
.
push
(
new
StyleLintPlugin
({
files
:
[
'public/scss/**/*.css'
,
'public/vue/**/*.vue'
],
syntax
:
'scss'
}),
new
webpack
.
HotModuleReplacementPlugin
()
);
...
...
Please
register
or
login
to post a comment