Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
nishio-dens committed Apr 21, 2019
1 parent 8db37da commit 8e6d9ca
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .babelrc.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
module.exports = {
presets: [
'@babel/preset-env',
'@babel/typescript',
'@babel/preset-react',
],
plugins: [
'lodash',
'babel-plugin-styled-components',
'@babel/plugin-syntax-dynamic-import',
'@babel/plugin-proposal-class-properties',
],
presets: [
'@babel/preset-env',
'@babel/typescript',
'@babel/preset-react',
],
plugins: [
'lodash',
'babel-plugin-styled-components',
'@babel/plugin-syntax-dynamic-import',
'@babel/plugin-proposal-class-properties',
],
}

0 comments on commit 8e6d9ca

Please sign in to comment.