UNPKG
quosdolorem
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
The MongoDB Shell
github.com/MonaGoyette/quosdolorem.git
MonaGoyette/quosdolorem
quosdolorem
/
packages
/
browser-repl
/
config
/
webpack.config.stats.js
10 lines
(8 loc)
•
228 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
const
WebpackVisualizerPlugin
=
require
(
'webpack-visualizer-plugin'
);
const
webpackConfigProd =
require
(
'./webpack.config.prod'
);
module
.
exports
= { ...webpackConfigProd,
plugins
: [
new
WebpackVisualizerPlugin
() ] };