1
1
mirror of https://github.com/jxnblk/mdx-deck.git synced 2024-11-29 13:58:02 +03:00
mdx-deck/docs/bundle-analyzer.config.js

9 lines
183 B
JavaScript
Raw Normal View History

const BundleAnalyzerPlugin = require('webpack-bundle-analyzer')
.BundleAnalyzerPlugin
console.log('bundle analyzer')
module.exports = {
plugins: [new BundleAnalyzerPlugin()],
}