Skip to content

Commit

Permalink
chore(node-version): dropped support for node 8
Browse files Browse the repository at this point in the history
since it is EOL
  • Loading branch information
travi committed Jan 6, 2020
1 parent 789bd32 commit 388ad81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default {
babelrc: false,
exclude: ['./node_modules/**'],
presets: [
['@travi', {targets: {node: 8, browser: true}, react: true, modules: false}],
['@travi', {targets: {node: 10, browser: true}, react: true, modules: false}],
'@emotion/babel-preset-css-prop'
],
plugins: [['transform-react-remove-prop-types', {mode: 'wrap'}]]
Expand Down

0 comments on commit 388ad81

Please sign in to comment.