PinKot

Results 1 comments of PinKot

These missing files can be ignored by webpack IgnorePlugin to bypass their resolving ``` const webpackModule = require('webpack'); config.plugins.push( new webpackModule.IgnorePlugin(/pty.js/, /blessed\/lib\/widgets$/) ); config.plugins.push( new webpackModule.IgnorePlugin(/term.js/, /blessed\/lib\/widgets$/) ); ```