Rename shareon.css to shareon.min.css
parent
fcfa78f98c
commit
45660ad51e
|
@ -70,7 +70,7 @@
|
|||
},
|
||||
{
|
||||
"limit": "2 KB",
|
||||
"path": "./dist/shareon.css",
|
||||
"path": "./dist/shareon.min.css",
|
||||
"webpack": false
|
||||
}
|
||||
]
|
||||
|
|
|
@ -23,7 +23,7 @@ export default {
|
|||
plugins: [
|
||||
typescript(),
|
||||
strip(),
|
||||
postcss(`${outputDir}${name}.css`, true),
|
||||
postcss(`${outputDir}${name}.min.css`, true),
|
||||
banner()
|
||||
],
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue