burkeholland / nativescript-statusbar

A NativeScript plugin to change the style of the status bar. Currently ios only.
MIT License
32 stars 14 forks source link

isnt compatible with webpack #6

Closed ezequielzacca closed 6 years ago

ezequielzacca commented 7 years ago

The plugin doesnt work when you try to webpack bundle

simonox commented 6 years ago

@ezequielzacca @burkeholland

I found the issue.

In the package.json file you have to replace "main": "statusbar.js" with "main": "statusbar". Then it is working with webpack. Maybe this can be fixed in this project.

This issue is similar to: https://github.com/NativeScript/nativescript-angular/issues/801

tjvantoll commented 6 years ago

Fixed with #10 and shipped to npm with version 4.0.1.