mirror of
https://github.com/streamwall/streamwall.git
synced 2025-12-06 01:45:37 -05:00
Add babel plugin for nullish coalescing operator
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
"presets": ["@babel/preset-env"],
|
||||
"plugins": [
|
||||
"@babel/plugin-proposal-optional-chaining",
|
||||
"@babel/plugin-proposal-nullish-coalescing-operator",
|
||||
"babel-plugin-styled-components",
|
||||
[
|
||||
"@babel/plugin-transform-react-jsx",
|
||||
|
||||
Reference in New Issue
Block a user