Skip to content

Commit b331d75

Browse files
committed
fix ci
1 parent 3da65d5 commit b331d75

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
@@ -49,9 +49,9 @@ module.exports = [
4949
external: ["react", "react-dom", "lodash.debounce"],
5050
},
5151
{
52-
input: "dist/index.d.ts",
52+
input: "src/index.ts",
5353
output: [{ file: "dist/index.d.ts", format: "esm" }],
5454
plugins: [dts()],
55-
external: [/\.css$/],
55+
external: [/\.css$/, /\.scss$/],
5656
},
5757
];

0 commit comments

Comments
 (0)