This repository has been archived by the owner on May 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
26,342 additions
and
154,405 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
This folder contains the built output assets for the worker "solid-start-2022-09-30" generated at 2022-10-03T03:15:12.435Z. | ||
This folder contains the built output assets for the worker "solid-start-2022-09-30" generated at 2022-10-03T04:07:06.921Z. |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
dist/public/assets/entry-client.b0117054.js → dist/public/assets/entry-client.dd28bd66.js
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
dist/public/assets/index.af6c29ac.js → dist/public/assets/index.08ba596b.js
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
diff --git a/package.json b/package.json | ||
index aed77eecf35d60f3a568e3b6ca4ff911ce6bc384..8478b2ebeba3c59e32bc8101cecf44cd22e35b3f 100644 | ||
--- a/package.json | ||
+++ b/package.json | ||
@@ -11,10 +11,6 @@ | ||
}, | ||
"main": "./dist/server.cjs", | ||
"module": "./dist/server.js", | ||
- "browser": { | ||
- "./dist/server.cjs": "./dist/solid.cjs", | ||
- "./dist/server.js": "./dist/solid.js" | ||
- }, | ||
"unpkg": "./dist/solid.cjs", | ||
"types": "types/index.d.ts", | ||
"sideEffects": false, | ||
diff --git a/store/package.json b/store/package.json | ||
index 252dd14b8c3c4b9c2bd84cc9c117176912b5b223..ffd2889042a12c4ca352779ddc84c8f571789060 100644 | ||
--- a/store/package.json | ||
+++ b/store/package.json | ||
@@ -2,10 +2,6 @@ | ||
"name": "solid-js/store", | ||
"main": "./dist/server.cjs", | ||
"module": "./dist/server.js", | ||
- "browser": { | ||
- "./dist/server.cjs": "./dist/store.cjs", | ||
- "./dist/server.js": "./dist/store.js" | ||
- }, | ||
"unpkg": "./dist/store.cjs", | ||
"types": "./types/index.d.ts", | ||
"type": "module", | ||
diff --git a/web/package.json b/web/package.json | ||
index fee7a002f4418f67b2f9f2c6fd202e2c94fc5e21..f4b2a9881a58ecf0f5d3412d6d415e57579e9f74 100644 | ||
--- a/web/package.json | ||
+++ b/web/package.json | ||
@@ -2,10 +2,6 @@ | ||
"name": "solid-js/web", | ||
"main": "./dist/server.cjs", | ||
"module": "./dist/server.js", | ||
- "browser": { | ||
- "./dist/server.cjs": "./dist/web.cjs", | ||
- "./dist/server.js": "./dist/web.js" | ||
- }, | ||
"unpkg": "./dist/web.cjs", | ||
"types": "./types/index.d.ts", | ||
"type": "module", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
diff --git a/index.js b/index.js | ||
index 13a5e1623c4ad5bf6ab02e3702af16d25221db9d..a59cda2ac15f896272e424dafc926a4659bc62b8 100644 | ||
--- a/index.js | ||
+++ b/index.js | ||
@@ -156,6 +156,7 @@ export default function (miniflareOptions = {}) { | ||
plugins: [ | ||
json(), | ||
nodeResolve({ | ||
+ browser: true, | ||
preferBuiltins: true, | ||
exportConditions: ["worker", "solid"] | ||
}), |
Oops, something went wrong.