mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 09:48:18 -05:00
chore: proper import of babel plugins (#1811)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
module.exports = {
|
||||
env: {
|
||||
test: {
|
||||
presets: [['@babel/preset-env', { targets: { node: 'current' } }]],
|
||||
presets: [['@babel/preset-env', { targets: { node: 'current' } }, '@babel/preset-react']],
|
||||
plugins: ['@babel/plugin-transform-react-jsx'],
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user