Rename shareon.css to shareon.min.css

This commit is contained in:
Nikita Karamov 2020-03-25 22:52:30 +01:00
parent fcfa78f98c
commit 45660ad51e
No known key found for this signature in database
GPG Key ID: E40DFE6E993540FF
2 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@
},
{
"limit": "2 KB",
"path": "./dist/shareon.css",
"path": "./dist/shareon.min.css",
"webpack": false
}
]

View File

@ -23,7 +23,7 @@ export default {
plugins: [
typescript(),
strip(),
postcss(`${outputDir}${name}.css`, true),
postcss(`${outputDir}${name}.min.css`, true),
banner()
],
};