bholloway / resolve-url-loader

Webpack loader that resolves relative paths in url() statements based on the original source file
563 stars 71 forks source link

Drop symbol polyfill #161

Closed TrySound closed 3 years ago

TrySound commented 3 years ago

Ref https://node.green/#ES2015-built-ins-well-known-symbols-Symbol-iterator--existence

Symbol is supported in node since v6. There is no need to polyfill it.