Skip to content

Commit

Permalink
Bundler Rewrite: Experimental Bundler (#6975)
Browse files Browse the repository at this point in the history
  • Loading branch information
gorakong committed Dec 16, 2021
1 parent 68ceb55 commit 84847ed
Show file tree
Hide file tree
Showing 19 changed files with 1,328 additions and 68 deletions.
30 changes: 30 additions & 0 deletions packages/bundlers/experimental/package.json
@@ -0,0 +1,30 @@
{
"name": "@parcel/bundler-experimental",
"version": "2.0.0-rc.0",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/parcel"
},
"repository": {
"type": "git",
"url": "https://github.com/parcel-bundler/parcel.git"
},
"main": "lib/ExperimentalBundler.js",
"source": "src/ExperimentalBundler.js",
"engines": {
"node": ">= 12.0.0",
"parcel": "^2.0.1"
},
"dependencies": {
"@parcel/diagnostic": "^2.0.1",
"@parcel/graph": "^2.0.1",
"@parcel/hash": "^2.0.1",
"@parcel/plugin": "^2.0.1",
"@parcel/utils": "^2.0.1",
"nullthrows": "^1.1.1"
}
}

0 comments on commit 84847ed

Please sign in to comment.