vite-plugin-wasm-pack
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -24,3 +24,3 @@ "use strict"; | ||
async buildStart(inputOptions) { | ||
cratePaths.forEach(async (cratePath) => { | ||
for await (const cratePath of cratePaths) { | ||
const pkgPath = path_1.default.join(cratePath, 'pkg'); | ||
@@ -48,3 +48,3 @@ const crateName = path_1.default.basename(cratePath); | ||
fs_extra_1.default.writeFileSync(jsPath, code); | ||
}); | ||
} | ||
}, | ||
@@ -51,0 +51,0 @@ configureServer({ middlewares }) { |
{ | ||
"name": "vite-plugin-wasm-pack", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "wasm-pack for Vite", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package