decanTyme / chartjs-plugin-tailwindcss-colors

Use TailwindCSS to colorize your Chart.js components!
https://www.npmjs.com/package/chartjs-plugin-tailwindcss-colors
MIT License
3 stars 0 forks source link

fix(deps): remove `resolveConfig` from umd bundle #31

Closed decanTyme closed 9 months ago

decanTyme commented 9 months ago

Forgot to include tailwindcss/resolveConfig in the external for the UMD bundle. This put a ton of redundant code in the browser. My bad!

Using the lodash package directly since per-method packages are deprecated. It also helped shaved off some extra bits.