We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5445ee8 commit 702996aCopy full SHA for 702996a
zephyr-examples/create-mf-app-rspack/src/App.tsx
@@ -5,10 +5,11 @@ import './index.css'
5
6
const App = () => (
7
<div className="container">
8
- <div>Name: create-mf-app-rspack with zephyr v1.1.1</div>
+ <div>Name: create-mf-app-rspack with zephyr</div>
9
<div>Framework: react</div>
10
<div>Language: TypeScript</div>
11
<div>CSS: Empty CSS</div>
12
+ <div>Version: v1.1.1</div>
13
</div>
14
)
15
const rootElement = document.getElementById('app')
0 commit comments