Skip to content

Commit 6838887

Browse files
committed
sync dependencies
1 parent cd1e119 commit 6838887

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.babelrc

+1-1
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

-3
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)