@vanilla-extract/esbuild-plugin
Advanced tools
Comparing version 0.0.0-inline-prototype-2023320122215 to 0.0.0-inline-prototype-20233215256
@@ -1,2 +0,2 @@ | ||
import { IdentifierOption, CreateInlineCompilerOptions } from '@vanilla-extract/integration'; | ||
import { IdentifierOption, InlineCompilerOptions } from '@vanilla-extract/integration'; | ||
@@ -641,3 +641,3 @@ type Platform = 'browser' | 'node' | 'neutral' | ||
identifiers?: IdentifierOption; | ||
compilerVitePlugins?: CreateInlineCompilerOptions['vitePlugins']; | ||
compilerVitePlugins?: InlineCompilerOptions['vitePlugins']; | ||
} | ||
@@ -644,0 +644,0 @@ declare function vanillaExtractPlugin({ outputCss, runtime, processCss, identifiers: identOption, compilerVitePlugins: vitePlugins, }?: VanillaExtractPluginOptions): Plugin; |
@@ -27,3 +27,3 @@ 'use strict'; | ||
const identifiers = identOption || (build.initialOptions.minify ? 'short' : 'debug'); | ||
const compiler = integration.createInlineCompiler({ | ||
const compiler = new integration.InlineCompiler({ | ||
root, | ||
@@ -30,0 +30,0 @@ identifiers, |
@@ -27,3 +27,3 @@ 'use strict'; | ||
const identifiers = identOption || (build.initialOptions.minify ? 'short' : 'debug'); | ||
const compiler = integration.createInlineCompiler({ | ||
const compiler = new integration.InlineCompiler({ | ||
root, | ||
@@ -30,0 +30,0 @@ identifiers, |
import { dirname } from 'path'; | ||
import { vanillaExtractTransformPlugin, createInlineCompiler } from '@vanilla-extract/integration'; | ||
import { vanillaExtractTransformPlugin, InlineCompiler } from '@vanilla-extract/integration'; | ||
@@ -23,3 +23,3 @@ const vanillaCssNamespace = 'vanilla-extract-css-ns'; | ||
const identifiers = identOption || (build.initialOptions.minify ? 'short' : 'debug'); | ||
const compiler = createInlineCompiler({ | ||
const compiler = new InlineCompiler({ | ||
root, | ||
@@ -26,0 +26,0 @@ identifiers, |
{ | ||
"name": "@vanilla-extract/esbuild-plugin", | ||
"version": "0.0.0-inline-prototype-2023320122215", | ||
"version": "0.0.0-inline-prototype-20233215256", | ||
"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-inline-prototype-2023320122215" | ||
"@vanilla-extract/integration": "^0.0.0-inline-prototype-20233215256" | ||
}, | ||
@@ -21,0 +21,0 @@ "devDependencies": { |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
31941