We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 349b188 commit 9bdc59dCopy full SHA for 9bdc59d
scripts/build-phenome.js
@@ -15,6 +15,8 @@ function transformRestSpread(buildPath) {
15
function transformFile(filePath) {
16
const fileContent = fs.readFileSync(filePath);
17
const { code } = transformSync(fileContent, {
18
+ babelrc: false,
19
+ configFile: false,
20
plugins: [
21
['@babel/plugin-proposal-object-rest-spread', { loose: true, useBuiltIns: true }],
22
],
0 commit comments