@lotte-innovate/ui-component-test 0.0.73 → 0.0.74

Sign up to get free protection for your applications and to get access to all the features.
@@ -60,7 +60,7 @@ allColorOptions.forEach(function (options) {
60
60
  });
61
61
  darkClasses.push.apply(darkClasses, generateDarkClasses(darkColorOptions, colorScale));
62
62
  var config = {
63
- purge: ['./lib/**/*.ts', './lib/**/*.tsx'],
63
+ purge: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
64
64
  content: [
65
65
  './src/app/**/*.{js,ts,jsx,tsx,mdx,zip}',
66
66
  './lib/**/*.{js,ts,jsx,tsx,mdx,zip}',