mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-12-07 04:53:50 +01:00
10 lines
145 B
JavaScript
10 lines
145 B
JavaScript
"use strict";
|
|
|
|
const {
|
|
start
|
|
} = require('./viewer');
|
|
|
|
module.exports = {
|
|
start,
|
|
BundleAnalyzerPlugin: require('./BundleAnalyzerPlugin')
|
|
}; |