summaryrefslogtreecommitdiff
path: root/ext/cache/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ext/cache/lib.rs')
-rw-r--r--ext/cache/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/cache/lib.rs b/ext/cache/lib.rs
index 888407153..a35ac6246 100644
--- a/ext/cache/lib.rs
+++ b/ext/cache/lib.rs
@@ -27,7 +27,7 @@ pub fn init<CA: Cache + 'static>(
) -> Extension {
Extension::builder(env!("CARGO_PKG_NAME"))
.dependencies(vec!["deno_webidl", "deno_web", "deno_url", "deno_fetch"])
- .js(include_js_files!(
+ .esm(include_js_files!(
prefix "internal:ext/cache",
"01_cache.js",
))