first commit
This commit is contained in:
10
app_vue/node_modules/webpack-bundle-analyzer/lib/index.js
generated
vendored
Normal file
10
app_vue/node_modules/webpack-bundle-analyzer/lib/index.js
generated
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
"use strict";
|
||||
|
||||
const {
|
||||
start
|
||||
} = require('./viewer');
|
||||
|
||||
module.exports = {
|
||||
start,
|
||||
BundleAnalyzerPlugin: require('./BundleAnalyzerPlugin')
|
||||
};
|
Reference in New Issue
Block a user