You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the stand-alone build of Chart.js 2.8 moment.js should not be included in the chunks generated when building my app like written in the docs.
Current Behavior
moment.js gets included in the chunks even if I import only the stand-alone build and didn't use any features of moment.js.
Before with Chart.js 2.7.2:
After with Chart.js 2.8.0:
Possible Solution
Steps to Reproduce (for bugs)
Context
I am using Chart.js in a project with Angular 7 and I import Chart.js like so: import 'chart.js/dist/Chart.min.js';
Environment
Chart.js version: 2.8.0
Browser name and version:
Link to your project:
Thanks for your help on this!
The text was updated successfully, but these errors were encountered:
Expected Behavior
When using the stand-alone build of Chart.js 2.8 moment.js should not be included in the chunks generated when building my app like written in the docs.
Current Behavior
moment.js gets included in the chunks even if I import only the stand-alone build and didn't use any features of moment.js.
Before with Chart.js 2.7.2:
After with Chart.js 2.8.0:
Possible Solution
Steps to Reproduce (for bugs)
Context
I am using Chart.js in a project with Angular 7 and I import Chart.js like so:
import 'chart.js/dist/Chart.min.js';
Environment
Thanks for your help on this!
The text was updated successfully, but these errors were encountered: