Commit b8cc5423 authored by yann300's avatar yann300 Committed by Aniket

remove specific implementation, that way the base "FileProvider" implementation is used

parent 9d1361ce
...@@ -87,14 +87,6 @@ module.exports = class RemixDProvider extends FileProvider { ...@@ -87,14 +87,6 @@ module.exports = class RemixDProvider extends FileProvider {
}) })
} }
getNormalizedName (path) {
return path
}
getPathFromUrl (path) {
return path
}
get (path, cb) { get (path, cb) {
if (!this._isReady) return cb && cb('provider not ready') if (!this._isReady) return cb && cb('provider not ready')
var unprefixedpath = this.removePrefix(path) var unprefixedpath = this.removePrefix(path)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment