From c075b23b59cabb9d484672a7f9ece9b808f7ea26 Mon Sep 17 00:00:00 2001 From: Caleb Evans Date: Sat, 30 Dec 2023 17:08:10 -0800 Subject: [PATCH] Include source maps in npm tarball This is a convenience for developers so that any possible runtime errors will properly map back to the original source code. --- .npmignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.npmignore b/.npmignore index 7d44881..14abe1b 100644 --- a/.npmignore +++ b/.npmignore @@ -1,5 +1,4 @@ .DS_Store *.swp -*.map *.log node_modules