Skip to content

Commit 35e029d

Browse files
committed
add external
1 parent 784ea5c commit 35e029d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kubevirt-ui/components",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"description": "React Component Library for Kubevirt UI",
55
"license": "Apache-2.0",
66
"repository": {

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default [
2424
},
2525
],
2626
plugins: [resolve(), commonjs(), postcss(), typescript({ tsconfig: './tsconfig.json' })],
27-
external: ['react', 'react-dom', /\.(css|less|scss)$/],
27+
external: ['react', 'react-dom'],
2828
},
2929
{
3030
input: 'dist/esm/types/src/index.d.ts',

0 commit comments

Comments
 (0)