UNPKG

isomorphic-loader

Version:

Webpack isomorphic loader tools to make Node require handle files like images for Server Side Rendering (SSR)

6 lines (3 loc) 141 B
"use strict"; /* istanbul ignore next */ module.exports = process.platform.startsWith("win32") ? p => p.replace(/\\/g, "/") : p => p;