We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 286afad commit 4a26991Copy full SHA for 4a26991
index.js
@@ -6,5 +6,5 @@
6
*/
7
8
module.exports = function filenameRegex() {
9
- return /([^\\\/]*?[^\\\/]*?)((\.([^\\\/.]*))*)$/;
+ return /([^\\\/]+)$/;
10
};
0 commit comments