From 67f48c1bf9c497150feb171e0f9146baecb2d124 Mon Sep 17 00:00:00 2001 From: Adam Bergman Date: Mon, 15 Mar 2021 14:36:12 +0100 Subject: Fix build config --- rollup.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rollup.config.js') diff --git a/rollup.config.js b/rollup.config.js index bfcf4f3e..82785cd2 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -83,7 +83,7 @@ export default [ { input, output: { - file: minifyExtension(pkg.browser), + file: minifyExtension(pkg['umd:main']), format: "umd", sourcemap: true, name: "tablerIcons", -- cgit v1.2.1