plrdev / react-native-flipper-apollo-devtools

33 stars 7 forks source link

react-native-flipper-apollo-devtools, dist folder is empty v0.0.1 #2

Closed MikePodgorniy closed 3 years ago

MikePodgorniy commented 4 years ago

"react-native-flipper-apollo-devtools": "0.0.1",

➜ react-native-flipper-apollo-devtools git:(develop) ✗ ls -la total 16 drwxr-xr-x 6 mike staff 192 7 сен 11:01 . drwxr-xr-x 1415 mike staff 45280 7 сен 11:53 .. -rw-r--r-- 1 mike staff 1070 7 сен 10:41 LICENSE drwxr-xr-x 3 mike staff 96 7 сен 11:01 dist -rw-r--r-- 1 mike staff 930 7 сен 10:41 package.json drwxr-xr-x 3 mike staff 96 7 сен 11:01 src

➜ dist git:(develop) ✗ ls -la total 8 drwxr-xr-x 3 mike staff 96 7 сен 11:01 . drwxr-xr-x 6 mike staff 192 7 сен 11:01 .. -rw-r--r-- 1 mike staff 250 7 сен 10:41 index.js

ManAnRuck commented 3 years ago

same issue

content of the index

'use strict'

if (process.env.NODE_ENV === 'production') {
  module.exports = require('./react-native-flipper-apollo-devtools.cjs.production.min.js')
} else {
  module.exports = require('./react-native-flipper-apollo-devtools.cjs.development.js')
}

is requiring not existing files @plrdev

Bildschirmfoto 2020-09-23 um 13 50 52

also type definitions are not exported