https://github.com/chadhietala/babel-plugin-strip-glimmer-utils
https://github.com/chadhietala/babel-plugin-strip-glimmer-utils
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chadhietala/babel-plugin-strip-glimmer-utils
- Owner: chadhietala
- Created: 2017-03-31T21:32:17.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-12T06:14:18.000Z (over 2 years ago)
- Last Synced: 2024-04-13T17:14:50.928Z (about 1 year ago)
- Language: JavaScript
- Size: 81.1 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Babel Plugin Strip Glimmer Utils
[](https://travis-ci.org/chadhietala/babel-plugin-strip-glimmer-utils)## Usage
### Installation
```sh
yarn add babel-plugin-strip-glimmer-utils// or
npm install babel-plugin-strip-glimmer-utils
```### Babel plugin example
```js
plugins: [
...
['strip-glimmer-utils', { source: '@glimmer/utils', bindings: ['unwrap' /*, 'expect' */] }]
]
```