mirror of
https://github.com/jxnblk/mdx-deck.git
synced 2024-11-26 00:35:02 +03:00
9 lines
183 B
JavaScript
9 lines
183 B
JavaScript
const BundleAnalyzerPlugin = require('webpack-bundle-analyzer')
|
|
.BundleAnalyzerPlugin
|
|
|
|
console.log('bundle analyzer')
|
|
|
|
module.exports = {
|
|
plugins: [new BundleAnalyzerPlugin()],
|
|
}
|