Skip to content

Commit

Permalink
Do not extract PostCSS results
Browse files Browse the repository at this point in the history
  • Loading branch information
exoRift committed Aug 22, 2022
1 parent f1a563a commit ec27df0
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import {
} from '@rollup/plugin-babel'
import commonjs from '@rollup/plugin-commonjs'
import postcss from 'rollup-plugin-postcss'
import autoprefixer from 'autoprefixer'

const packageJson = require('./package.json')

Expand All @@ -30,11 +29,6 @@ export default {
babelHelpers: 'bundled'
}),
commonjs(),
postcss({
extract: true,
plugins: [
autoprefixer()
]
})
postcss()
]
}

0 comments on commit ec27df0

Please sign in to comment.