add asynchronous emojione-picker (code-splitting) (#2863)
Showing
- .babelrc 1 addition, 0 deletions.babelrc
- app/javascript/mastodon/features/compose/components/emoji_picker_dropdown.js 36 additions, 5 deletions...odon/features/compose/components/emoji_picker_dropdown.js
- app/javascript/styles/components.scss 14 additions, 0 deletionsapp/javascript/styles/components.scss
- package.json 1 addition, 0 deletionspackage.json
... | ... | @@ -25,6 +25,7 @@ |
"babel-plugin-lodash": "^3.2.11", | ||
"babel-plugin-react-intl": "^2.3.1", | ||
"babel-plugin-react-transform": "^2.0.2", | ||
"babel-plugin-syntax-dynamic-import": "^6.18.0", | ||
"babel-plugin-transform-object-rest-spread": "^6.23.0", | ||
"babel-plugin-transform-react-constant-elements": "^6.23.0", | ||
"babel-plugin-transform-react-inline-elements": "^6.22.0", | ||
... | ... |
Please register or sign in to comment