Skip to content

Commit 4ef67cc

Browse files
committed
Code refactoring
1 parent 2484f43 commit 4ef67cc

File tree

7 files changed

+678
-276
lines changed

7 files changed

+678
-276
lines changed

reactjs/config-overrides.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ module.exports = function override(config, env) {
1717
tsLoader.options = {
1818
getCustomTransformers: () => ({
1919
before: [tsImportPluginFactory({
20-
libraryDirectory: 'es',
2120
libraryName: 'antd',
21+
libraryDirectory: 'es',
2222
style: 'css',
2323
})]
2424
})

0 commit comments

Comments
 (0)