mirror of
https://github.com/strapi/strapi.git
synced 2025-11-01 10:23:34 +00:00
Remove root babel.config.js file, it was not needed
Signed-off-by: soupette <cyril.lpz@gmail.com>
This commit is contained in:
parent
b127529282
commit
b9c5d19a49
@ -1,8 +0,0 @@
|
||||
module.exports = {
|
||||
presets: [require.resolve('@babel/preset-env'), require.resolve('@babel/preset-react')],
|
||||
plugins: [
|
||||
'@babel/plugin-proposal-class-properties',
|
||||
'@babel/plugin-syntax-dynamic-import',
|
||||
'@babel/plugin-transform-modules-commonjs',
|
||||
].map(require.resolve),
|
||||
};
|
||||
Loading…
x
Reference in New Issue
Block a user