UI Tweaks and bug fixes

This commit is contained in:
Daniel Lautzenheiser
2022-09-22 18:09:57 -04:00
parent 613a1cec76
commit 1aeffbf9c4
83 changed files with 171 additions and 113 deletions

View File

@ -42,12 +42,12 @@ module.exports = {
amd: 'lodash',
umd: 'lodash',
},
'@emotion/core': {
'@emotion/react': {
root: ['NetlifyCmsDefaultExports', 'EmotionCore'],
commonjs2: '@emotion/core',
commonjs: '@emotion/core',
amd: '@emotion/core',
umd: '@emotion/core',
commonjs2: '@emotion/react',
commonjs: '@emotion/react',
amd: '@emotion/react',
umd: '@emotion/react',
},
'@emotion/styled': {
root: ['NetlifyCmsDefaultExports', 'EmotionStyled'],