Skip to content
This repository was archived by the owner on Jun 2, 2024. It is now read-only.

Commit 46e5119

Browse files
committed
fix: bundle SwitchCase and SwitchDefault with Switch
1 parent 69263f4 commit 46e5119

File tree

5 files changed

+4
-6
lines changed

5 files changed

+4
-6
lines changed

docs/build/bundle.bc34347b.js renamed to docs/build/bundle.ac420635.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!DOCTYPE html><html><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta http-equiv="X-UA-Compatible" content="ie=edge"><title>react-semantic-render</title></head><body><div id="rsg-root"></div><script src="build/bundle.bc34347b.js"></script></body></html>
1+
<!DOCTYPE html><html><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta http-equiv="X-UA-Compatible" content="ie=edge"><title>react-semantic-render</title></head><body><div id="rsg-root"></div><script src="build/bundle.ac420635.js"></script></body></html>

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-semantic-render",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Semantic helper components for rendering content with React.",
55
"author": "Christian Svenkerud",
66
"contributors": [

rollup.config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ export default [
3939
'src/components/Show/Show.tsx',
4040
'src/components/ShowAsync/ShowAsync.tsx',
4141
'src/components/Switch/Switch.tsx',
42-
'src/components/Switch/SwitchCase.tsx',
43-
'src/components/Switch/SwitchDefault.tsx',
4442
],
4543
output: {
4644
dir: 'lib',

0 commit comments

Comments
 (0)