forked from AkkomaGang/admin-fe
fix:postcss-loader sourceMap
This commit is contained in:
parent
1c4c3380e6
commit
e0f6248d0e
1 changed files with 3 additions and 1 deletions
|
@ -22,7 +22,9 @@ exports.cssLoaders = function (options) {
|
||||||
|
|
||||||
var postcssLoader = {
|
var postcssLoader = {
|
||||||
loader: 'postcss-loader',
|
loader: 'postcss-loader',
|
||||||
sourceMap: options.sourceMap
|
options: {
|
||||||
|
sourceMap: options.sourceMap
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// generate loader string to be used with extract text plugin
|
// generate loader string to be used with extract text plugin
|
||||||
|
|
Loading…
Reference in a new issue