8 lines
173 B
JavaScript
8 lines
173 B
JavaScript
// eslint-disable-next-line no-undef
|
|
module.exports = {
|
|
'plugins': {
|
|
// to edit target browsers: use "browserslist" field in package.json
|
|
'autoprefixer': {}
|
|
}
|
|
}
|