You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change the behavior for release webpacking so that it is run by a npm script. That script should be able to:
webpack the application code, outputting bundles into the platform subfolder. Possibly introduce a tns platform info command to get the correct platform app dir.
prepare/build/run the platform with the --bundle option
This change will remove much of the magic in the bundling process and make it easy to customize by just changing the respective webpack.config.js or webpack.config.<platform>.js files.
The text was updated successfully, but these errors were encountered:
Change the behavior for release webpacking so that it is run by a npm script. That script should be able to:
tns platform info
command to get the correct platform app dir.This change will remove much of the magic in the bundling process and make it easy to customize by just changing the respective
webpack.config.js
orwebpack.config.<platform>.js
files.The text was updated successfully, but these errors were encountered: