1
1
mirror of https://github.com/jxnblk/mdx-deck.git synced 2024-11-26 00:35:02 +03:00
mdx-deck/docs/bundle-analyzer.config.js
2019-04-14 13:45:10 -04:00

9 lines
183 B
JavaScript

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