The idea is to hopefully use vinyl when running bit-loader on node. So, I would like to to match path and base... Currently there is a path, but it is really only the directory. And name is the name of the file. So we would just need to move path around and rename to base and make path the full path to the file.
https://github.com/wearefractal/vinyl#file
The idea is to hopefully use vinyl when running bit-loader on node. So, I would like to to match
path
andbase
... Currently there is a path, but it is really only the directory. Andname
is the name of the file. So we would just need to movepath
around and rename tobase
and makepath
the full path to the file.https://github.com/MiguelCastillo/amd-resolver/blob/master/src/file.js#L130
/cc @Mark-Simulacrum