mirror of
https://github.com/CaramelFur/Picsur.git
synced 2025-11-01 01:45:48 +01:00
update packages and run prettier
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
import webpack from 'webpack';
|
||||
|
||||
export default {
|
||||
plugins: [
|
||||
new webpack.ContextReplacementPlugin(/moment[\/\\]locale$/, /en/),
|
||||
],
|
||||
plugins: [new webpack.ContextReplacementPlugin(/moment[\/\\]locale$/, /en/)],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user