Skip to content
This repository has been archived by the owner on Aug 7, 2021. It is now read-only.

The plugin adds TypeScript related extensions and loaders to plain JavaScript app #113

Closed
vchimev opened this issue Apr 11, 2017 · 0 comments
Assignees
Labels

Comments

@vchimev
Copy link
Contributor

vchimev commented Apr 11, 2017

The nativescript-dev-webpack plugin adds TypeScript related extensions and loaders to plain JavaScript application.

Steps to reproduce:

tns create appJS && cd appJS
npm install --save-dev nativescript-dev-webpack

Log:

...
Adding dev dependency: awesome-typescript-loader@~3.0.0-beta.9
...

webpack.common.js:

...
resolve: {
            //Resolve platform-specific modules like module.android.js
            extensions: [
                ".ts",
...
@sis0k0 sis0k0 self-assigned this Apr 11, 2017
@sis0k0 sis0k0 added the bug label Apr 13, 2017
sis0k0 added a commit that referenced this issue Apr 16, 2017
sis0k0 added a commit that referenced this issue Apr 17, 2017
@sis0k0 sis0k0 closed this as completed in 7451545 Apr 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants