Picsur/frontend/custom-webpack.config.js
2022-09-06 16:32:16 +02:00

6 lines
132 B
JavaScript

import webpack from 'webpack';
export default {
plugins: [new webpack.ContextReplacementPlugin(/moment[\/\\]locale$/, /en/)],
};