Picsur/frontend/custom-webpack.config.js

8 lines
141 B
JavaScript
Raw Normal View History

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