Skip to content

Commit

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

0 comments on commit ea3d519

Please sign in to comment.