• Vitaly Slobodin's avatar
    Ignore moment.js dependency for pikaday · 6c6d5042
    Vitaly Slobodin authored
    Pikaday has a dependency on moment.js but moment.js
    was removed from our codebase and build outputs
    an error in the browser's console. Potential fix is to wait when
    upstream removes moment.js as a direct dependency
    but Pikaday looks unmaintained (last commit in 2018).
    Another fix is to add IgnorePlugin from webpack
    to ignore moment.js when processing Pikaday.
    6c6d5042
webpack.config.js 17 KB