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