mirror of
https://github.com/gohugoio/hugo.git
synced 2025-05-04 01:20:04 +03:00
17 lines
405 B
Markdown
17 lines
405 B
Markdown
---
|
|
title: resources.Babel
|
|
description: Compiles the given JavaScript resource with Babel.
|
|
categories: []
|
|
keywords: []
|
|
action:
|
|
related: []
|
|
returnType: resource.Resource
|
|
signatures: ['resources.Babel [OPTIONS] RESOURCE']
|
|
expiryDate: 2026-06-24 # deprecated 2024-06-24 in v0.128.0
|
|
---
|
|
|
|
{{% deprecated-in 0.128.0 %}}
|
|
Use [`js.Babel`] instead.
|
|
|
|
[`js.Babel`]: /functions/js/babel/
|
|
{{% /deprecated-in %}}
|