@vanilla-extract/esbuild-plugin
Advanced tools
Comparing version 0.0.0-filescope-urls-202282754532 to 0.0.0-filescope-urls-2022829225736
@@ -73,3 +73,3 @@ 'use strict'; | ||
watchFiles | ||
} = await compiler.processVanillaFile(path); | ||
} = await compiler.processVanillaFile(path, build.initialOptions.platform === 'browser'); | ||
return { | ||
@@ -76,0 +76,0 @@ contents: source, |
@@ -73,3 +73,3 @@ 'use strict'; | ||
watchFiles | ||
} = await compiler.processVanillaFile(path); | ||
} = await compiler.processVanillaFile(path, build.initialOptions.platform === 'browser'); | ||
return { | ||
@@ -76,0 +76,0 @@ contents: source, |
@@ -69,3 +69,3 @@ import { posix, dirname } from 'path'; | ||
watchFiles | ||
} = await compiler.processVanillaFile(path); | ||
} = await compiler.processVanillaFile(path, build.initialOptions.platform === 'browser'); | ||
return { | ||
@@ -72,0 +72,0 @@ contents: source, |
{ | ||
"name": "@vanilla-extract/esbuild-plugin", | ||
"version": "0.0.0-filescope-urls-202282754532", | ||
"version": "0.0.0-filescope-urls-2022829225736", | ||
"description": "Zero-runtime Stylesheets-in-TypeScript", | ||
@@ -18,3 +18,3 @@ "main": "dist/vanilla-extract-esbuild-plugin.cjs.js", | ||
"dependencies": { | ||
"@vanilla-extract/integration": "^0.0.0-filescope-urls-202282754532" | ||
"@vanilla-extract/integration": "^0.0.0-filescope-urls-2022829225736" | ||
}, | ||
@@ -21,0 +21,0 @@ "devDependencies": { |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
11933
0