nitro-nightly 3.0.1-20251104-010441-737f4e6e → 3.0.1-20251104-085747-6a78f735
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/_build/common.mjs
CHANGED
|
@@ -75,7 +75,6 @@ function baseBuildConfig(nitro) {
|
|
|
75
75
|
_websocket: nitro.options.experimental.websocket,
|
|
76
76
|
_tasks: nitro.options.experimental.tasks
|
|
77
77
|
};
|
|
78
|
-
const replaceDelimiters = [String.raw`\b`, String.raw`(?![\w.$])`];
|
|
79
78
|
const replacements = {
|
|
80
79
|
"typeof window": "\"undefined\"",
|
|
81
80
|
_import_meta_url_: "import.meta.url",
|
|
@@ -101,7 +100,6 @@ function baseBuildConfig(nitro) {
|
|
|
101
100
|
isNodeless,
|
|
102
101
|
buildEnvVars,
|
|
103
102
|
staticFlags,
|
|
104
|
-
replaceDelimiters,
|
|
105
103
|
replacements,
|
|
106
104
|
env,
|
|
107
105
|
aliases: resolveAliases({
|
package/dist/_build/rolldown.mjs
CHANGED
package/dist/_build/rollup.mjs
CHANGED
package/package.json
CHANGED