mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-20 19:00:37 +03:00
12 lines
164 B
JavaScript
12 lines
164 B
JavaScript
module.exports = {
|
|
build: '__build__',
|
|
html: {
|
|
input: 'index.html',
|
|
output: 'build.html',
|
|
},
|
|
js: {
|
|
input: 'index',
|
|
output: 'build',
|
|
},
|
|
};
|