如何从ngx-extended-pdf-viewer的node_modules省略子文件夹

问题描述

ngx-extended-pdf-viewer允许在复制整个库资产后省略子文件 my_cool_plot<-ggplot(lincoln_weather,aes(x = `Mean Temperature [F]`,y = Month,fill = stat(x))) + geom_density_ridges_gradient(scale = 3,rel_min_height = 0.01) + scale_fill_viridis_c(name = "Temp. [F]",option = "D") + labs(title = 'Temperatures in Lincoln NE in 2016') my_cool_plot ggplotly(my_cool_plot) inline-locale-files

additional-locale

我试图在angular.json中添加忽略,但是不允许忽略。

 "src/assets",{
  "glob": "**/*","input": "node_modules/ngx-extended-pdf-viewer/assets/","output": "/assets/"
}

如何省略这些文件夹并减少语言列表

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)