fix: update to emoji-mart 2.10.0 (#10281)
* fix: update to emoji-mart 2.10.0 * remove useless change * fix CSS style of emoji picker, improve a11y * fix missing newline in scss * fix the title and input fonts
This commit is contained in:
		
				
					committed by
					
						
						Eugen Rochko
					
				
			
			
				
	
			
			
			
						parent
						
							6a3f08661f
						
					
				
				
					commit
					db06b25376
				
			@@ -11,7 +11,16 @@ module.exports = {
 | 
			
		||||
      options: {
 | 
			
		||||
        babelrc: false,
 | 
			
		||||
        plugins: [
 | 
			
		||||
          'transform-react-remove-prop-types',
 | 
			
		||||
          [
 | 
			
		||||
            'transform-react-remove-prop-types',
 | 
			
		||||
            {
 | 
			
		||||
              mode: 'remove',
 | 
			
		||||
              removeImport: true,
 | 
			
		||||
              additionalLibraries: [
 | 
			
		||||
                '../../utils/shared-props', // emoji-mart
 | 
			
		||||
              ],
 | 
			
		||||
            },
 | 
			
		||||
          ],
 | 
			
		||||
        ],
 | 
			
		||||
        cacheDirectory: join(settings.cache_path, 'babel-loader-node-modules'),
 | 
			
		||||
        cacheCompression: env.NODE_ENV === 'production',
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user