Skip to content

Commit f26509a

Browse files
committed
sync dependencies
1 parent 01fd5c1 commit f26509a

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"regenerator": true
2121
}],
2222
"@babel/plugin-syntax-dynamic-import",
23-
// "styled-components",
23+
// "babel-plugin-styled-components",
2424
"lodash"
2525
]
2626
}

webpack/rules.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,10 @@
22

33
// const styledComponentsTransformer = createStyledComponentsTransformer()
44

5-
const { createLodashTransformer } = require('typescript-plugin-lodash')
6-
75
const tsOptions = env => env === 'dev' ? {
86
// getCustomTransformers: () => ({ before: [styledComponentsTransformer] }),
97
useCache: true,
108
} : {
11-
getCustomTransformers: () => ({ before: [createLodashTransformer()] }),
129
ignoreDiagnostics: [],
1310
}
1411

0 commit comments

Comments
 (0)