Skip to content

Commit

Permalink
sync dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
inker committed Apr 15, 2019
1 parent 01fd5c1 commit f26509a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"regenerator": true
}],
"@babel/plugin-syntax-dynamic-import",
// "styled-components",
// "babel-plugin-styled-components",
"lodash"
]
}
3 changes: 0 additions & 3 deletions webpack/rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@

// const styledComponentsTransformer = createStyledComponentsTransformer()

const { createLodashTransformer } = require('typescript-plugin-lodash')

const tsOptions = env => env === 'dev' ? {
// getCustomTransformers: () => ({ before: [styledComponentsTransformer] }),
useCache: true,
} : {
getCustomTransformers: () => ({ before: [createLodashTransformer()] }),
ignoreDiagnostics: [],
}

Expand Down

0 comments on commit f26509a

Please sign in to comment.