UNPKG

@lidhium/cli

Version:

micro-frontend cli packed with webpack

14 lines (13 loc) 247 B
/** @type {import('tailwindcss').Config} */ module.exports = { content: [ "./apps/**/*.{vue,jsx,tsx}", "./apps/**/*.vue", "./global/**/*.{vue,jsx,tsx}", "./global/**/*.vue", ], theme: { extend: {}, }, plugins: [], };