Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Commit

Permalink
Fix babel-plugin-fbt's babelPlugins path
Browse files Browse the repository at this point in the history
Reviewed By: kayhadrin

Differential Revision: D25505631

fbshipit-source-id: d8c8ba85669dc1bf1eec864d99f3892fe575e319
  • Loading branch information
John Watson authored and facebook-github-bot committed Dec 11, 2020
1 parent 48235e0 commit bc9e423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/babel-plugin-fbt/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

'use strict';

const {PLUGINS} = require('../babelPlugins');
const {PLUGINS} = require('../../babelPlugins');
const del = require('del');
const gulp = require('gulp');
const babel = require('gulp-babel');
Expand Down

0 comments on commit bc9e423

Please sign in to comment.