mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +08:00
Change order of loader option in docs (#10627)
This commit is contained in:
parent
33c58a8ef6
commit
6057821f39
@ -133,8 +133,8 @@ module.exports = function override(config, env) {
|
||||
tsLoader.options = {
|
||||
getCustomTransformers: () => ({
|
||||
before: [ tsImportPluginFactory({
|
||||
libraryName: 'antd',
|
||||
libraryDirectory: 'es',
|
||||
libraryName: 'antd',
|
||||
style: 'css',
|
||||
}) ]
|
||||
})
|
||||
|
@ -132,8 +132,8 @@ module.exports = function override(config, env) {
|
||||
tsLoader.options = {
|
||||
getCustomTransformers: () => ({
|
||||
before: [ tsImportPluginFactory({
|
||||
libraryName: 'antd',
|
||||
libraryDirectory: 'es',
|
||||
libraryName: 'antd',
|
||||
style: 'css',
|
||||
}) ]
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user