mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-17 18:50:36 +03:00
12 lines
169 B
JavaScript
12 lines
169 B
JavaScript
module.exports = {
|
|
build: '.build',
|
|
html: {
|
|
input: 'index.html',
|
|
output: 'build.html',
|
|
},
|
|
js: {
|
|
input: 'index.browser',
|
|
output: 'build',
|
|
},
|
|
};
|