标签: css webpack css-loader clip-path webpack-encore
我的CSS加载程序有问题:我想将clip-path与url(path/to/mask.svg#wave)一起使用,i。 e。在svg mask中引用ID为path/to/mask.svg的剪辑路径定义。
clip-path
url(path/to/mask.svg#wave)
mask
path/to/mask.svg
当我运行webpack时,将正确替换映像路径(url(path/to/mask.hash.svg)),但是将删除引用的路径。有什么办法可以避免这种情况?
url(path/to/mask.hash.svg)