Skip to content

Commit 6a337aa

Browse files
committed
rollup comments updated
1 parent 591f045 commit 6a337aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package-react/rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default {
2929
typescript({ tsconfig: './tsconfig.json' }), // TypeScript plugin
3030
babel({
3131
babelHelpers: 'bundled',
32-
extensions: ['.js', '.jsx', '.ts', '.tsx'], // add this if you're using TypeScript
32+
extensions: ['.js', '.jsx', '.ts', '.tsx'],
3333
exclude: 'node_modules/**'
3434
}),
3535
terser(), // Minifies the bundles

0 commit comments

Comments
 (0)