s4s-packager / src /build /noop-loader.js
soiz1's picture
Upload 225 files
7aec436 verified
module.exports = function noopLoader () {
return 'module.exports = null;';
};