Skip to content

Commit

Permalink
Output css file
Browse files Browse the repository at this point in the history
  • Loading branch information
ctapang committed Dec 7, 2023
1 parent 4d5e5a4 commit 8b1ab38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"@sendroks:registry": "https://registry.npmjs.org"
},
"peerDependencies": {
"react": ">=17.0.0",
"react-dom": ">=17.0.0"
"react": ">=18.2.0",
"react-dom": ">=18.2.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^24.0.1",
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module.exports = [
commonjs(),
typescript({ tsconfig: './tsconfig.json' }),
terser(),
css({ minify: true })
css({ minify: true, output: "index.css" })
],
external: ['react', 'react-dom']
},
Expand Down

0 comments on commit 8b1ab38

Please sign in to comment.