Closed janus-toendering closed 6 years ago
File lib/ViewportSensor.js or lib/ViewportSensor/index.js is missing in npm package.
lib/ViewportSensor.js
lib/ViewportSensor/index.js
In file lib/viewport.js:6 we have
lib/viewport.js:6
var ViewportSensor_1 = require("./ViewportSensor");
but the file is missing in the node module when installing libreact with either npm or yarn.
Looks to me like it has been missing since 0.2.0. Am I missing something here? I am not able to build using the most simple webpack config (Webpack 4, babel with baben-env and -react, defaults otherwise)
File
lib/ViewportSensor.js
orlib/ViewportSensor/index.js
is missing in npm package.In file
lib/viewport.js:6
we havebut the file is missing in the node module when installing libreact with either npm or yarn.