fooloomanzoo / datetime-picker

A minimal picker for date and time for Polymer, that can use the native input
MIT License
78 stars 18 forks source link

RangeMixin is not defined #23

Closed ralexrdz closed 6 years ago

ralexrdz commented 6 years ago

RangeMixin is not defined

When using any of the components I get this error. Any idea why? files are there

I'm using webpack

fooloomanzoo commented 6 years ago

@ralexrdz It might have been an issue with my ../property-mixins/range-mixin.html. If you try bower update -f again, does the problem still occur?

fooloomanzoo commented 6 years ago

@ralexrdz Does it work for your webpack-setting? How do you configure webpack by the way so that it works with polymer?

ralexrdz commented 6 years ago

Trying to understand and get ahead of Polymer 3 way of deploying, which sounded quite nice beacause of the power of Webpack Getting Started with Polymer 3 0

And following partly this Polymer + Webpack: Bringing Web Components to a Framework Near You (Polymer Summit 2017)

Thanks a lot for the attenttion