Skip to content

Commit

Permalink
fix: Rename CSS file to reset cache
Browse files Browse the repository at this point in the history
  • Loading branch information
finom committed Jun 16, 2021
1 parent 30fed94 commit 8e83c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.babel.js
Expand Up @@ -16,7 +16,7 @@ const plugins = [
template: 'index.html',
}),
new MiniCssExtractPlugin({
filename: 'css/style.css',
filename: 'css/style-1.css',
}),
];

Expand Down

0 comments on commit 8e83c0a

Please sign in to comment.