NathanWalker / nativescript-fancyalert

Fancy alerts for NativeScript.
Other
147 stars 38 forks source link

Update package.json to allow webpack bundling #8

Closed sis0k0 closed 7 years ago

sis0k0 commented 7 years ago

We released a new version of the NS webpack plugin NS webpack plugin yesterday. 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.

NathanWalker commented 7 years ago

@sis0k0 🎉