We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4074d00 commit eb36063Copy full SHA for eb36063
packages/cherry-markdown/build/replacePaths.js
@@ -13,7 +13,8 @@
13
* See the License for the specific language governing permissions and
14
* limitations under the License.
15
*/
16
-import { replaceInFile } from 'replace-in-file';
+import pkg from 'replace-in-file';
17
+const { replaceInFile } = pkg;
18
19
async function replacePaths() {
20
try {
0 commit comments