mirror of
https://github.com/dyzulk/raisen-app.git
synced 2026-01-26 21:32:03 +07:00
15 lines
190 B
JavaScript
15 lines
190 B
JavaScript
'use strict'
|
|
|
|
module.exports = {
|
|
map: {
|
|
inline: false,
|
|
annotation: true,
|
|
sourcesContent: true
|
|
},
|
|
plugins: [
|
|
require('autoprefixer')({
|
|
cascade: false
|
|
})
|
|
]
|
|
}
|