chore: use luna object viewer

This commit is contained in:
redhoodsu
2020-03-20 16:49:57 +08:00
parent ab511fd568
commit 40e7f0ae38
11 changed files with 60 additions and 780 deletions

View File

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