Skip to content
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

Not working with webpack #89

Open
enyachoke opened this issue Jun 30, 2016 · 2 comments
Open

Not working with webpack #89

enyachoke opened this issue Jun 30, 2016 · 2 comments

Comments

@enyachoke
Copy link

Am using this seed https://github.com/preboot/angular2-webpack and am not able to
import {DateRange, DATE_PICKER_PROVIDERS} from 'fuel-ui/fuel-ui';
I get error TS2307: Cannot find module 'nouislider'. and unexpected token export see screenshoot.
any ideas. Am on ubuntu and chrome 51.0.2704.103 (64-bit)
screenshot from 2016-06-30 18-37-18

@BartAllen
Copy link

I replaced
import {noUiSlider} from "./nouislider"
with
///<reference path="./nouislider.d.ts" />
and I added the .d.ts to the typings file too

@RusEu
Copy link

RusEu commented Aug 17, 2016

not working on webpack.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants