Change order of loader option in docs (#10627)

This commit is contained in:
Shun 2018-05-23 00:08:44 +09:00 committed by 偏右
parent 33c58a8ef6
commit 6057821f39
2 changed files with 2 additions and 2 deletions

View File

@ -133,8 +133,8 @@ module.exports = function override(config, env) {
tsLoader.options = {
getCustomTransformers: () => ({
before: [ tsImportPluginFactory({
libraryName: 'antd',
libraryDirectory: 'es',
libraryName: 'antd',
style: 'css',
}) ]
})

View File

@ -132,8 +132,8 @@ module.exports = function override(config, env) {
tsLoader.options = {
getCustomTransformers: () => ({
before: [ tsImportPluginFactory({
libraryName: 'antd',
libraryDirectory: 'es',
libraryName: 'antd',
style: 'css',
}) ]
})