improve build setup

This commit is contained in:
Rene Haas
2022-10-31 14:27:42 +01:00
parent 3d095f747d
commit 5e0e21c89e
12 changed files with 144 additions and 75 deletions
+3 -1
View File
@@ -26,7 +26,9 @@
},
"exports": {
".": "./src/createRollupConfig.js",
"./playwright": "./src/playwright/createPlaywrightRollupConfig.js"
"./playwright": "./src/playwright/createPlaywrightRollupConfig.js",
"./plugin/copy": "./src/plugins/copy.js",
"./plugin/packageJson": "./src/plugins/packageJson.js"
},
"version": "0.0.0"
}