Skip to content
Snippets Groups Projects
Commit e0f6248d authored by Pan's avatar Pan
Browse files

fix:postcss-loader sourceMap

parent 1c4c3380
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,9 @@ exports.cssLoaders = function (options) {
var postcssLoader = {
loader: 'postcss-loader',
sourceMap: options.sourceMap
options: {
sourceMap: options.sourceMap
}
}
// generate loader string to be used with extract text plugin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment