UI Tweaks and bug fixes
This commit is contained in:
@ -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'],
|
||||
|
Reference in New Issue
Block a user