Closed
Description
Expected Behavior
Moment.js shouldn't be included
Actual Behavior
Moment.js appears on my package.lock file and gets bundled in my build
Environment
- vue.js version: 2.3.3
- vue-chart.js version: 2.6.0
- npm version: 5.0.3
- webpack: 2.5.1
Can you help me figure out how I configure this correctly so that I only get the standalone chart.js build: https://github.com/chartjs/Chart.js/blob/3e94b9431a5b3d6e4bfbfd6a2339a350999b3292/docs/getting-started/installation.md . Moment.js is a very heavy package and if I can avoid including it in my site I'll gladly do that. The documentation makes it sound like treeshaking can do this but I'm just using the vue webpack cli and it's still coming through.
Thanks
Metadata
Metadata
Assignees
Labels
No labels