We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Sourcemap for "/*.mjs" points to missing source files
1 parent 283269a commit ee4975dCopy full SHA for ee4975d
package.json
@@ -26,7 +26,8 @@
26
},
27
"type": "module",
28
"files": [
29
- "dist"
+ "dist",
30
+ "src"
31
],
32
"exports": {
33
".": "./dist/index.mjs",
src/.npmignore
@@ -0,0 +1,8 @@
1
+# NPM IGNORE
2
+# https://npm.github.io/publishing-pkgs-docs/publishing/the-npmignore-file.html
3
+# https://github.com/yarnpkg/yarn/issues/685#issuecomment-457618561
4
+
5
+# DIRECTORIES & FILES
6
+**/__mocks__/**
7
+**/__snapshots__/**
8
+**/__tests__/**
0 commit comments