mirror of
https://github.com/CaramelFur/Picsur.git
synced 2025-11-03 02:35:47 +01:00
Change bundle limits and build script
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
import webpack from 'webpack';
|
||||
// import { BundleAnalyzerPlugin } from 'webpack-bundle-analyzer';
|
||||
|
||||
export default {
|
||||
plugins: [new webpack.ContextReplacementPlugin(/moment[\/\\]locale$/, /en/)],
|
||||
plugins: [
|
||||
new webpack.ContextReplacementPlugin(/moment[\/\\]locale$/, /en/),
|
||||
// new BundleAnalyzerPlugin(),
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user