NativeScript / nativescript-dev-webpack

A package to help with webpacking NativeScript apps.
Apache License 2.0
97 stars 49 forks source link

feat: support dynamic ES6 import #1006

Closed sis0k0 closed 5 years ago

sis0k0 commented 5 years ago

PR Checklist

What is the current behavior?

Currently, the following syntax is not supported in TS projects

import(`~/app/home/home.module`)

What is the new behavior?

The dynamic import will be supported in TS/Angular projects.

See also: https://github.com/NativeScript/nativescript-app-templates/pull/68

sis0k0 commented 5 years ago

test

rosen-vladimirov commented 5 years ago

test

manoldonev commented 5 years ago

test

rosen-vladimirov commented 5 years ago

test