UNPKG

orionsoft-react-scripts

Version:

Orionsoft Configuration and scripts for Create React App.

11 lines (10 loc) 251 B
module.exports = function(module) { if(!module.webpackPolyfill) { module.deprecate = function() {}; module.paths = []; // module.parent = undefined by default module.children = []; module.webpackPolyfill = 1; } return module; }