•  
      request #10289 Use a module-loader for TLP
    Infos
    #10289
    Joris MASSON (jmasson)
    2017-06-06 16:54
    2017-06-06 11:50
    10539
    Details
    Use a module-loader for TLP
    We should use a module-loader for our TLP lib
    So that we can simplify build scripts and not rely on globs (*.js), manage our dependencies through npm and slim down the size of the minified file.
    We can also benefit fully from modules and someday be able to import just what we need from TLP. (e.g. import { modal } from 'tlp')
    Using this, we can also import correctly polyfills for IE11
    TLP
    All
    Empty
    • [ ] enhancement
    • [x] internal improvement
    Empty
    Stage
    Joris MASSON (jmasson3)
    Closed
    2017-06-06
    Attachments
    Empty
    References

    Follow-ups