Remove clutter
This commit is contained in:
parent
e97d97905e
commit
aef5952c4d
1 changed files with 0 additions and 4 deletions
|
|
@ -27,10 +27,6 @@ module.exports = (env, argv) => ({
|
||||||
new MiniCssExtractPlugin({
|
new MiniCssExtractPlugin({
|
||||||
filename: "styles.css"
|
filename: "styles.css"
|
||||||
}),
|
}),
|
||||||
|
|
||||||
new (require("webpack").DefinePlugin)({
|
|
||||||
__CURRENT_DATE__: Date.now()
|
|
||||||
}),
|
|
||||||
{
|
{
|
||||||
apply: (compiler) => {
|
apply: (compiler) => {
|
||||||
if (argv.mode !== "development") {
|
if (argv.mode !== "development") {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue