mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-18 07:40:35 +03:00
create webpack build process
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
module.exports = {
|
||||
"plugins": [
|
||||
"@babel/plugin-transform-modules-commonjs"
|
||||
],
|
||||
"presets": [
|
||||
[
|
||||
"@babel/preset-env",
|
||||
{
|
||||
"targets": {
|
||||
"node": "current"
|
||||
}
|
||||
}
|
||||
],
|
||||
"@babel/preset-typescript"
|
||||
]
|
||||
};
|
||||
Reference in New Issue
Block a user