mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-05-17 05:19:39 +03:00
11 lines
187 B
JavaScript
11 lines
187 B
JavaScript
module.exports = {
|
|
context: 'this',
|
|
input: 'index.js',
|
|
output: {
|
|
file: 'index.bundle.js',
|
|
format: 'cjs',
|
|
exports: 'named',
|
|
sourcemap: true,
|
|
strict : false
|
|
}
|
|
}; |