README
file-loader-path for webpack
... {test: /.ttf(?v=\d+.\d+.\d+)?$/, loader: "file-loader?limit=8192&name=[name].[ext]?[hash:8]&path=./[name].[ext]?[hash:8]"} ...
License
ISC
file loader module for webpack , resolve public path
<script type="module">
import fileLoaderPath from 'https://cdn.skypack.dev/file-loader-path';
</script>
... {test: /.ttf(?v=\d+.\d+.\d+)?$/, loader: "file-loader?limit=8192&name=[name].[ext]?[hash:8]&path=./[name].[ext]?[hash:8]"} ...
ISC