Skip to content

Commit

Permalink
feat(all): remove ACA in builder
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ga committed Sep 13, 2022
1 parent 0ab0163 commit 9d3617d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 18 deletions.
2 changes: 1 addition & 1 deletion build/lib/builder.js
Expand Up @@ -169,7 +169,7 @@ class Builder {
commonjs(),
babel(determineBabelOptions(babelOptions))
],
external: [ './app', 'com.appcelerator.aca' ]
external: [ './app' ]
});

const tiMainJs = path.join(outDir, 'ti.main.js');
Expand Down
13 changes: 0 additions & 13 deletions common/Resources/ti.internal/aca.js

This file was deleted.

4 changes: 0 additions & 4 deletions common/Resources/ti.main.js
Expand Up @@ -11,10 +11,6 @@
* - Load the app developer's main "app.js" script after doing all of the above.
*/

// Attempt to load crash analytics module.
// NOTE: This should always be the first module that loads on startup.
import './ti.internal/aca';

// Log the app name, app version, and Titanium version on startup.
Ti.API.info(`${Ti.App.name} ${Ti.App.version} (Powered by Titanium ${Ti.version}.${Ti.buildHash})`);

Expand Down

0 comments on commit 9d3617d

Please sign in to comment.