Files
Picsur/frontend/custom-webpack.config.js

6 lines
132 B
JavaScript
Raw Normal View History

import webpack from 'webpack';
export default {
2022-09-06 16:32:16 +02:00
plugins: [new webpack.ContextReplacementPlugin(/moment[\/\\]locale$/, /en/)],
};