Skip to content

Commit 9bdc59d

Browse files
committed
Remove processing of phenome components
1 parent 349b188 commit 9bdc59d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/build-phenome.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ function transformRestSpread(buildPath) {
1515
function transformFile(filePath) {
1616
const fileContent = fs.readFileSync(filePath);
1717
const { code } = transformSync(fileContent, {
18+
babelrc: false,
19+
configFile: false,
1820
plugins: [
1921
['@babel/plugin-proposal-object-rest-spread', { loose: true, useBuiltIns: true }],
2022
],

0 commit comments

Comments
 (0)