Picsur/frontend/custom-webpack.config.js

6 lines
132 B
JavaScript
Raw Normal View History

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