mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-12 02:42:27 +03:00
add documentation website to repo
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
module.exports = {
|
||||
context: 'this',
|
||||
input: 'index.js',
|
||||
output: {
|
||||
file: 'index.bundle.js',
|
||||
format: 'cjs',
|
||||
exports: 'named',
|
||||
sourcemap: true,
|
||||
strict : false
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user