Skip to content

Commit

Permalink
refactor: update rollup config (#1193)
Browse files Browse the repository at this point in the history
  • Loading branch information
darkmice authored Apr 6, 2021
1 parent b1d7b21 commit a8d119c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/antd/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export default baseConfig(
'formily.antd',
'Formily.Antd',
postcss({
extract: true,
extract: path.resolve('dist/formily.antd.css'),
use: [
[
Expand Down
1 change: 0 additions & 1 deletion packages/next/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ export default baseConfig(
'formily.next',
'Formily.Next',
postcss({
extract: true,
extract: path.resolve('dist/formily.next.css'),
})
)

0 comments on commit a8d119c

Please sign in to comment.