mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-11 03:16:48 +03:00
11 lines
217 B
JavaScript
11 lines
217 B
JavaScript
module.exports = {
|
|
source: 'lib/**/*.js',
|
|
html: 'lib/**/*.html',
|
|
css: 'lib/**/*.css',
|
|
sourceEntryPoint: 'lib/index.js',
|
|
outputName: 'redoc.full.js',
|
|
output: 'dist/',
|
|
tmp: '.tmp/',
|
|
demo: 'demo/**/*'
|
|
};
|