We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f773fd commit de0537fCopy full SHA for de0537f
index.js
@@ -33,7 +33,7 @@ function transformFilename(file) {
33
file.revHash = revHash(file.contents);
34
35
file.path = modifyFilename(file.path, (filename, extension) => {
36
- const extIndex = filename.indexOf('.');
+ const extIndex = filename.lastIndexOf('.');
37
38
filename = extIndex === -1 ?
39
revPath(filename, file.revHash) :
0 commit comments