Skip to content

Commit

Permalink
fixing auto-release?
Browse files Browse the repository at this point in the history
  • Loading branch information
Pomax authored and Pomax committed Aug 27, 2024
1 parent 507ee8d commit eefbf36
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"devDependencies": {
"@babel/core": "^7.6.0",
"@babel/plugin-transform-react-jsx": "^7.2.0",
"auto": "^10.29.3",
"auto": "11.x",
"babel-plugin-styled-components": "1.10.5",
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.20.0",
Expand Down
9 changes: 8 additions & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
const babel = require('rollup-plugin-babel');

module.exports = {
external: ['prop-types', 'react', 'react-dom', 'react-textarea-autosize', 'styled-components'],
external: [
'prop-types',
'react',
'react-dom',
'react-textarea-autosize',
'styled-components',
'twemoji-parser'
],
output: [
{
file: 'build/main.js',
Expand Down

0 comments on commit eefbf36

Please sign in to comment.