Убрал пока плагин "component" у babel-loader

This commit is contained in:
Book Pauk
2019-01-04 20:30:52 +07:00
parent b3b32034c5
commit fe811543b2

View File

@@ -25,7 +25,7 @@ module.exports = {
'syntax-dynamic-import',
'transform-decorators-legacy',
'transform-class-properties',
["component", { "libraryName": "element-ui", "styleLibraryName": `~${clientDir}/theme` } ]
// ["component", { "libraryName": "element-ui", "styleLibraryName": `~${clientDir}/theme` } ]
]
}
},