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
2016-08-17 13:49:20 +0800
Commit
86c59dbe45a032d03d5eff71ecf3c1187ce8e0b6
1 parent
db570c8b
css sourceMap
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/gulpfile.js
public/gulpfile.js
View file @
86c59db
...
...
@@ -198,7 +198,7 @@ gulp.task('webpack-dev-server', () => {
},
autoprefixer
:
false
,
loaders
:
{
css
:
ExtractTextPlugin
.
extract
([
'css?-url'
])
css
:
ExtractTextPlugin
.
extract
([
'css?-url
&sourceMap
'
])
}
}
});
...
...
Please
register
or
login
to post a comment