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.
1 parent 38a7e6b commit 6d2c71dCopy full SHA for 6d2c71d
package.json
@@ -4,6 +4,7 @@
4
"description": "A rollup plugin to make assets external but include them in the output.",
5
"main": "dist/cjs/index.js",
6
"module": "dist/es/index.js",
7
+ "sideEffects": false,
8
"files": [
9
"dist/**/*"
10
],
0 commit comments