chore: update luna console

This commit is contained in:
redhoodsu
2022-11-22 18:17:08 +08:00
parent dce1aefdd7
commit d6cbc5013b
9 changed files with 247 additions and 57 deletions

View File

@@ -17,7 +17,13 @@ const postcssLoader = {
plugins: [
prefixer({
prefix: '_',
ignore: [/luna-console/, /luna-object-viewer/, /luna-notification/],
ignore: [
/luna-console/,
/luna-object-viewer/,
/luna-notification/,
/luna-data-grid/,
/luna-dom-viewer/,
],
}),
autoprefixer,
clean(),