vite-plugin-esmodule
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -9,3 +9,3 @@ import type { Plugin, UserConfig } from 'vite'; | ||
webpack?: true | ((config: Configuration) => Configuration | void | Promise<Configuration | void>); | ||
vite: never; | ||
vite?: never; | ||
} | ||
@@ -15,3 +15,3 @@ | ||
vite?: true | ((config: UserConfig) => UserConfig | void | Promise<UserConfig | void>); | ||
webpack: never; | ||
webpack?: never; | ||
} | ||
@@ -18,0 +18,0 @@ |
{ | ||
"name": "vite-plugin-esmodule", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Build ES module to CommonJs module for Node.js", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
8957