mirror of
https://github.com/Choices-js/Choices.git
synced 2026-03-14 14:45:47 +01:00
* simplify babel config * fix Cypress VSCode checks * introduce webpack base config * fix flacky cypress test * fix class properties definition * fix default export * upgrade affected deps, decrease bundlesize * run ESLint only on changed files
3 lines
60 B
Text
3 lines
60 B
Text
{
|
|
"presets": [["@babel/preset-env", { "loose": true }]]
|
|
}
|