From f02182b0ae9a2b94822c9c6f0a374b8284c56e34 Mon Sep 17 00:00:00 2001 From: jarvisjiang Date: Tue, 14 May 2024 06:42:02 +0000 Subject: [PATCH] replace rollup externals --- rollup.config.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rollup.config.mjs b/rollup.config.mjs index fb9bd01..a2ea040 100644 --- a/rollup.config.mjs +++ b/rollup.config.mjs @@ -4,8 +4,8 @@ import esbuild from 'rollup-plugin-esbuild'; const input = 'src/mod.ts'; const external = [ /^@std\/path/, - '@happy-js/happy-rusty', - '@happy-js/happy-opfs', + 'happy-rusty', + 'happy-opfs', '@happy-ts/fetch-t', ];