标签: parceljs
在ParcelJS中,我导入的文件被捆绑到dist文件夹中,包括如下导入的图像文件。
dist
import Icons from 'icons/material-icons.svg';
如何通知包裹捆绑商忽略特定资源?