From e88ee59e71f1fb0eae2b8dd050ceb7eb6330a841 Mon Sep 17 00:00:00 2001 From: Michael Altamirano Date: Fri, 20 Nov 2020 09:10:43 -0600 Subject: [PATCH] Remove warning in rollup build step re: umd naming --- rollup.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/rollup.config.js b/rollup.config.js index 258d3075d..8bc45ddbf 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -52,6 +52,7 @@ export default [ '@emotion/styled': 'styled', '@emotion/styled-base': '_styled', '@react-aria/focus': '@react-aria/focus', + 'emotion-theming': 'emotionTheming', 'lodash.round': 'round', 'lodash.throttle': 'throttle', 'lodash.uniqueid': 'uniqueid',