Skip to content

Commit 0fdeb96

Browse files
authored
Move example from rspack repo (#3)
* chore: init workspace * chore: move example from rspack
1 parent 34e0831 commit 0fdeb96

660 files changed

Lines changed: 44179 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "rspack-examples",
3+
"version": "1.0.0",
4+
"description": "",
5+
"main": "index.js",
6+
"scripts": {
7+
"build:example": "pnpm --filter \"example-*\" build"
8+
},
9+
"keywords": [],
10+
"author": "",
11+
"license": "ISC"
12+
}

0 commit comments

Comments
 (0)