fixup! nightly
This commit is contained in:
parent
ae60e0a7d7
commit
20aa334254
2 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ const messages = defineMessages({
|
||||||
|
|
||||||
let EmojiPicker, Emoji; // load asynchronously
|
let EmojiPicker, Emoji; // load asynchronously
|
||||||
|
|
||||||
const backgroundImageFn = () => `${assetHost}/emoji/sheet_10.png`;
|
const backgroundImageFn = () => `${assetHost}/emoji/sheet_13.png`;
|
||||||
const listenerOptions = supportsPassiveEvents ? { passive: true } : false;
|
const listenerOptions = supportsPassiveEvents ? { passive: true } : false;
|
||||||
|
|
||||||
class ModifierPickerMenu extends React.PureComponent {
|
class ModifierPickerMenu extends React.PureComponent {
|
||||||
|
|
|
@ -73,7 +73,7 @@ module.exports = merge(sharedConfig, {
|
||||||
},
|
},
|
||||||
externals: [
|
externals: [
|
||||||
'/emoji/1f602.svg', // used for emoji picker dropdown
|
'/emoji/1f602.svg', // used for emoji picker dropdown
|
||||||
'/emoji/sheet_10.png', // used in emoji-mart
|
'/emoji/sheet_13.png', // used in emoji-mart
|
||||||
],
|
],
|
||||||
excludes: [
|
excludes: [
|
||||||
'**/*.gz',
|
'**/*.gz',
|
||||||
|
|
Loading…
Reference in a new issue