Skip to content

refactor: update to {N}-dev-webpack 0.16.0 #81

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Aug 21, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

7 changes: 0 additions & 7 deletions src/add-ns/_ns-files/__sourceDir__/main.ns.aot.ts

This file was deleted.

2 changes: 1 addition & 1 deletion src/add-ns/_ns-files/__sourceDir__/main.ns.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// this import should be first in order to load some required settings (like globals and reflect-metadata)
import { platformNativeScriptDynamic } from 'nativescript-angular/platform';

import { <%= entryModuleClassName %> } from '<%= entryModuleImportPath %><%= nsext %>';
import { <%= entryModuleClassName %> } from '<%= entryModuleImportPath %>';

// A traditional NativeScript application starts by initializing global objects, setting up global CSS rules, creating, and navigating to the main page.
// Angular applications need to take care of their own initialization: modules, components, directives, routes, DI providers.
Expand Down
21 changes: 0 additions & 21 deletions src/add-ns/_ns-files/tsconfig.aot.json

This file was deleted.

8 changes: 5 additions & 3 deletions src/add-ns/_ns-files/tsconfig__nsext__.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"moduleResolution": "node",
"baseUrl": "./",
"paths": {
"~/*": [
"src/*"
],
"*": [
"./node_modules/tns-core-modules/*",
"./node_modules/*"
Expand All @@ -14,7 +17,6 @@
"exclude": [
"**/*<%= nsext %>.ts",
"**/*.android.ts",
"**/*.ios.ts",
"app/main.aot.ts"
"**/*.ios.ts"
]
}
}
266 changes: 0 additions & 266 deletions src/add-ns/_webpack-files/webpack.config.js

This file was deleted.

Loading