refactor(rollup): treeshakable

This commit is contained in:
moklick
2022-03-02 19:31:34 +01:00
parent 67428d8fcc
commit ebf10fa26d
9 changed files with 46 additions and 422 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
{
"internal": true,
"type": "module",
"main": "../dist/nocss/ReactFlow-nocss.js",
"module": "../dist/nocss/ReactFlow-nocss.js",
"main": "../dist/nocss/index.js",
"module": "../dist/nocss/index.js",
"types": "../dist/nocss/index.d.ts"
}