mirror of
https://github.com/chenasraf/simple-scaffold.git
synced 2026-05-18 01:29:09 +00:00
4 lines
88 B
JavaScript
4 lines
88 B
JavaScript
module.exports = {
|
|
plugins: ["@babel/plugin-proposal-nullish-coalescing-operator"],
|
|
}
|