Home > front end >  Vuecli4 element - the UI after packaged font file is missing, how to configure?
Vuecli4 element - the UI after packaged font file is missing, how to configure?

Time:09-21

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)
}
  • Related