feat: refresh notification

This commit is contained in:
redhoodsu
2020-04-18 23:19:29 +08:00
parent 7f5f5c9549
commit 488f382dab
8 changed files with 65 additions and 19 deletions

View File

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