chore: cleanup

This commit is contained in:
Nathan Walker
2020-07-27 12:10:09 -07:00
parent ee8457443e
commit 6bbd6804da
45 changed files with 145 additions and 397 deletions

View File

@@ -232,6 +232,8 @@ module.exports = env => {
// Define useful constants like TNS_WEBPACK
new webpack.DefinePlugin({
"global.TNS_WEBPACK": "true",
"global.isAndroid": platform === 'android',
"global.isIOS": platform === 'ios',
"process": "global.process",
}),
// Remove all files from the out dir.