mirror of
https://github.com/ivabus/www
synced 2024-11-10 06:25:14 +03:00
Let's try this?
This commit is contained in:
parent
1d053d2356
commit
658846994a
|
@ -4,8 +4,13 @@ module.exports = function (api) {
|
|||
["@babel/preset-react"]
|
||||
]
|
||||
const plugins = [];
|
||||
const options = {
|
||||
babelrc: false,
|
||||
configFile: false
|
||||
};
|
||||
return {
|
||||
presets,
|
||||
plugins
|
||||
plugins,
|
||||
options
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue