Skip to content

Commit b54ba21

Browse files
committed
chore: exclude docs directory from rollup build config
1 parent 82df813 commit b54ba21

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

rollup.config.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ export default {
1010
format: 'es',
1111
},
1212
plugins: [
13-
typescript({ exclude: ['**/*.test.ts', 'start-test.js', 'cookbook'] }),
13+
typescript({
14+
exclude: ['**/*.test.ts', 'start-test.js', 'cookbook', 'docs'],
15+
}),
1416
terser(),
1517
json(),
1618
copy({

0 commit comments

Comments
 (0)