Skip to content

Commit 7aed6c2

Browse files
committed
fix(css): fix CSS file path for UMD (again)
1 parent 26d7e0d commit 7aed6c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rollup.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export default [
4141
}),
4242
babel(babelOptions),
4343
postcss({
44-
extract: 'dist/style.css',
44+
extract: 'style.css',
4545
}),
4646
],
4747
},
@@ -61,7 +61,7 @@ export default [
6161
plugins: ['transform-react-remove-prop-types'],
6262
}),
6363
postcss({
64-
extract: 'dist/style.min.css',
64+
extract: 'style.min.css',
6565
minimize: true,
6666
}),
6767
terser(),

0 commit comments

Comments
 (0)