mirror of
https://github.com/CaramelFur/Picsur.git
synced 2025-11-01 01:45:48 +01:00
6 lines
132 B
JavaScript
6 lines
132 B
JavaScript
import webpack from 'webpack';
|
|
|
|
export default {
|
|
plugins: [new webpack.ContextReplacementPlugin(/moment[\/\\]locale$/, /en/)],
|
|
};
|