nstudio / nativescript-cardview

:diamonds: :clubs: NativeScript widget for Material Design CardView
MIT License
282 stars 51 forks source link

Update package.json to allow webpack bundling #37

Closed sis0k0 closed 7 years ago

sis0k0 commented 7 years ago

We released a new version of the NS webpack plugin NS webpack plugin today. That change is necessary for the plugin to be compatible with it. The .js extension of the main property in the package.json should be removed. That way, webpack will be able to correctly reference the android or ios main file.

Check out the Webpack article in the NativeScript documentation.