mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-09 17:52:27 +03:00
sophisticated rollup setup and eslint base setup
This commit is contained in:
+12
-14
@@ -1,16 +1,14 @@
|
||||
module.exports = {
|
||||
"plugins": [
|
||||
"@babel/plugin-transform-modules-commonjs"
|
||||
plugins: ['@babel/plugin-transform-modules-commonjs'],
|
||||
presets: [
|
||||
[
|
||||
'@babel/preset-env',
|
||||
{
|
||||
targets: {
|
||||
node: 'current',
|
||||
},
|
||||
},
|
||||
],
|
||||
"presets": [
|
||||
[
|
||||
"@babel/preset-env",
|
||||
{
|
||||
"targets": {
|
||||
"node": "current"
|
||||
}
|
||||
}
|
||||
],
|
||||
"@babel/preset-typescript"
|
||||
]
|
||||
};
|
||||
'@babel/preset-typescript',
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user