UNPKG

@mattburlage/react-file-viewer

Version:
10 lines (8 loc) 242 B
// Copyright (c) 2017 PlanGrid, Inc. // transform file imports into filenames const path = require('path'); module.exports = { process(src, filename) { return 'module.exports = ' + JSON.stringify(path.basename(filename)) + ';'; } };