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