Skip to content

Commit 8b26e95

Browse files
committed
chore: fix webpack config
1 parent 01ea2a2 commit 8b26e95

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/webpack/templates/webpack.angular.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ const { getAngularCompilerPlugin } = require('@nativescript/webpack/plugins/Nati
1818
const hashSalt = Date.now().toString();
1919

2020
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-
2421
const platform = env && ((env.android && 'android') || (env.ios && 'ios'));
2522
if (!platform) {
2623
throw new Error('You need to provide a target platform!');

0 commit comments

Comments
 (0)