Skip to content

Commit

Permalink
rename a test
Browse files Browse the repository at this point in the history
  • Loading branch information
dmail committed Aug 19, 2024
1 parent 7f86bd8 commit b695b2f
Show file tree
Hide file tree
Showing 24 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/build/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ build ${entryPointKeys.length} entry points`);
// - no plugin putting reference.mustIgnore on https urls
// At this stage it's only about redirecting urls to the build directory
// consequently only a subset or urls are supported
// supportedProtocols: ["file:", "data:", "virtual:", "ignore:"],
supportedProtocols: ["file:", "data:", "virtual:", "ignore:"],
ignore,
ignoreProtocol: "remove",
build: true,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [0_http_preserved](../../js_import_build.test.mjs#L25)
# [0_http_preserved](../../http_urls_build.test.mjs#L25)

```js
run({ http: false })
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [1_http](../../js_import_build.test.mjs#L26)
# [1_http](../../http_urls_build.test.mjs#L26)

```js
run({ http: true })
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [2_http_and_bundling](../../js_import_build.test.mjs#L27)
# [2_http_and_bundling](../../http_urls_build.test.mjs#L27)

```js
run({ http: true, bundling: true })
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [js_import_build.test.mjs](../js_import_build.test.mjs)
# [http_urls_build.test.mjs](../http_urls_build.test.mjs)


- [0_http_preserved](0_http_preserved/0_http_preserved.md)
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit b695b2f

Please sign in to comment.