fix: no async by default
This commit is contained in:
parent
e3be4f2500
commit
49e39475c7
|
@ -3,7 +3,7 @@ const globals = require('globals');
|
||||||
|
|
||||||
const R = require('../../require');
|
const R = require('../../require');
|
||||||
|
|
||||||
module.exports = async (flecks) => {
|
module.exports = (flecks) => {
|
||||||
const merging = [
|
const merging = [
|
||||||
{
|
{
|
||||||
plugins: [R.resolve('@babel/plugin-syntax-dynamic-import')],
|
plugins: [R.resolve('@babel/plugin-syntax-dynamic-import')],
|
||||||
|
@ -86,7 +86,7 @@ module.exports = async (flecks) => {
|
||||||
node: {},
|
node: {},
|
||||||
},
|
},
|
||||||
react: {
|
react: {
|
||||||
version: '17.0.1',
|
version: '18.2.0',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user