Skip to content

Commit e7797e7

Browse files
committed
drop the usage of the ES6 Set
1 parent e3624f2 commit e7797e7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "css-modules-loader-core",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "A loader-agnostic CSS Modules implementation, based on PostCSS",
55
"main": "lib/index.js",
66
"directories": {

src/file-system-loader.js

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ export default class FileSystemLoader {
2323
constructor( root ) {
2424
this.root = root
2525
this.sources = {}
26-
this.seenPaths = new Set()
2726
this.importNr = 0
2827
}
2928

0 commit comments

Comments
 (0)