Skip to content

Commit

Permalink
rollup config
Browse files Browse the repository at this point in the history
  • Loading branch information
Emre Güdür committed Jun 27, 2022
1 parent 02622de commit fd1091e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rollup.config.js
Expand Up @@ -4,7 +4,7 @@ import external from 'rollup-plugin-peer-deps-external'
import postcss from 'rollup-plugin-postcss'
import { terser } from 'rollup-plugin-terser'
import commonjs from '@rollup/plugin-commonjs'
// import path from 'path'
import path from 'path'

export default [
{
Expand All @@ -24,7 +24,7 @@ export default [
postcss({
plugins: [],
minimize: true,
// extract: path.resolve('dist/main.css'),
extract: path.resolve('dist/main.css'),
}),
babel({
exclude: 'node_modules/**',
Expand Down

0 comments on commit fd1091e

Please sign in to comment.