dep: add bundle analyzer temporarily to check bundle size

This commit is contained in:
endiliey 2018-08-08 21:24:33 +08:00
parent d36c17f368
commit 687bf09c96
4 changed files with 270 additions and 23 deletions

View file

@ -1,6 +1,5 @@
const {getOptions} = require('loader-utils');
const fm = require('front-matter');
// const MarkdownBlock = require('../../core/components/markdown');
module.exports = function(fileString) {
const options = getOptions(this);