-
Notifications
You must be signed in to change notification settings - Fork 12
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
support for webpack 2.2.0 #5
Comments
Thanks for reporting this. Webpack is not yet supported with this plugin and you're the first reporting about using it. It would be great if you submit a pull request. |
I would like to use this plugin with Webpack as well. Any plans on supporting it? If I would knew what to do, I would make a PR, but I'm still trying to get my app even working with Webpack, so I'm probably not the best fit for the job. ;) |
Hi Sven,
Yes, I've recently restructured this plugin to use the official
NativeScript plugin seed, which includes webpack. However, I haven't yet
tested webpack with it.
Alex
On Sep 5, 2017, at 9:14 AM, Sven Ziegler <[email protected]> wrote:
I would like to use this plugin with Webpack as well. Any plans on
supporting it?
If I would knew what to do, I would make a PR, but I'm still trying to get
my app even working with Webpack, so I'm probably not the best fit for the
job. ;)
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABkAsxe2kP7WQ5JLa2rAl2sAmpNJ-DXaks5sfUktgaJpZM4MhrqX>
.
|
Great news, appreciate that! Could you please update this ticket again, when you solved it or when you publish a new branch or something like that? Any progress would be nice to know about. :) |
Hi ,
I am getting below error when I run with webpack support.
Nativescript 2.5.2 | tns-ios: 2.5.0 | angular 2.4.5
npm run start-ios-bundle
also added below line to 'references.d.ts'
/// <reference path="./node_modules/nativescript-effects/tns-effects.d.ts" />
myclass.component.ts
let tnsfx = require('nativescript-effects');
ERROR in ./pages/myclass/myclass.component.ts
Module not found: Error: Can't resolve 'nativescript-effects' in '/Users/maisapride7/workspace/KIDSAPP/tingr-ns-app/app/pages/myclass'
The text was updated successfully, but these errors were encountered: