aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rollup.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/rollup.config.js b/rollup.config.js
index 82785cd2..2b1b9845 100644
--- a/rollup.config.js
+++ b/rollup.config.js
@@ -68,7 +68,7 @@ export default [
{
input,
output: {
- file: pkg.browser,
+ file: pkg['umd:main'],
format: "umd",
sourcemap: true,
name: "tablerIcons",