We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01ea2a2 commit 8b26e95Copy full SHA for 8b26e95
packages/webpack/templates/webpack.angular.js
@@ -18,9 +18,6 @@ const { getAngularCompilerPlugin } = require('@nativescript/webpack/plugins/Nati
18
const hashSalt = Date.now().toString();
19
20
module.exports = (env) => {
21
- // Add your custom Activities, Services and other Android app components here.
22
- const appComponents = ['@nativescript/core/ui/frame', '@nativescript/core/ui/frame/activity'];
23
-
24
const platform = env && ((env.android && 'android') || (env.ios && 'ios'));
25
if (!platform) {
26
throw new Error('You need to provide a target platform!');
0 commit comments