Picsur/frontend/custom-webpack.config.js

6 lines
132 B
JavaScript

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