Skip to content
This repository was archived by the owner on Jul 15, 2021. It is now read-only.

Commit 08fb618

Browse files
committed
Removed unnecessary languages module from numbro
1 parent 6737b47 commit 08fb618

File tree

6 files changed

+9963
-974
lines changed

6 files changed

+9963
-974
lines changed

loader/empty-loader.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
module.exports = function() {
2+
this.cacheable();
3+
4+
return '';
5+
};
6+
7+
module.exports.pitch = function() {
8+
this.cacheable();
9+
10+
return '';
11+
};

0 commit comments

Comments
 (0)