mirror of
https://github.com/CaramelFur/Picsur.git
synced 2026-05-06 20:46:09 +02:00
8 lines
141 B
JavaScript
8 lines
141 B
JavaScript
import webpack from 'webpack';
|
|
|
|
export default {
|
|
plugins: [
|
|
new webpack.ContextReplacementPlugin(/moment[\/\\]locale$/, /en/),
|
|
],
|
|
};
|