UNPKG

react-youtube-playlist

Version:

A react component for displaying the contents of a user's YouTube playlist.

16 lines (12 loc) 363 B
/* MIT License http://www.opensource.org/licenses/mit-license.php Author Tobias Koppers @sokra */ "use strict"; const ExternalsPlugin = require("../ExternalsPlugin"); class NodeTargetPlugin { apply(compiler) { new ExternalsPlugin("commonjs", Object.keys(process.binding("natives"))).apply(compiler); } } module.exports = NodeTargetPlugin;