mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-21 12:00:36 +03:00
improve project structure
This commit is contained in:
@@ -27,7 +27,7 @@ const rollupConfigDefaults = {
|
||||
};
|
||||
|
||||
const legacyBabelConfig = {
|
||||
exclude: isTestEnv ? [/\/core-js\//] : [],
|
||||
exclude: isTestEnv ? [/\/core-js\//, /\/@testing-library\//] : [],
|
||||
presets: [
|
||||
[
|
||||
'@babel/preset-env',
|
||||
|
||||
Reference in New Issue
Block a user