1
0
mirror of synced 2025-12-09 15:24:28 +08:00

refactor: use luna console

This commit is contained in:
redhoodsu
2021-09-12 16:17:44 +08:00
parent 4d16ffeec9
commit 37956291c6
5 changed files with 80 additions and 11 deletions

View File

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