As title, baidu only modify the build/utils. After the practice of js, the new don't have the file, how to configure
If (options. Extract) {
Return ExtractTextPlugin. Extract ({
Use: loaders,
Fallback: 'vue - style - loader,
PublicPath: '../../'
})
} else {
Return [' vue - style - loader] concat (loaders)
}