Skip to content

Commit

Permalink
Extract css
Browse files Browse the repository at this point in the history
  • Loading branch information
sandercamp committed Nov 24, 2023
1 parent fc9a630 commit 216dbb8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import babel from "@rollup/plugin-babel";
import resolve from "@rollup/plugin-node-resolve";
import postcss from "rollup-plugin-postcss";
import typescript from '@rollup/plugin-typescript';
import postcssImport from 'postcss-import';
import peerDepsExternal from 'rollup-plugin-peer-deps-external';

import pkg from "./package.json" assert { type: "json" };
Expand All @@ -21,10 +20,7 @@ export default {
}),
typescript({ tsconfig: './tsconfig.json' }),
postcss({
plugins: [
// Inlines @import statements
postcssImport()
]
extract: true
}),
babel({
babelHelpers: "bundled",
Expand Down

0 comments on commit 216dbb8

Please sign in to comment.