Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shawsumma/webpack-lark-loader
https://github.com/shawsumma/webpack-lark-loader
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shawsumma/webpack-lark-loader
- Owner: ShawSumma
- Created: 2021-08-26T17:28:06.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-06T17:15:30.000Z (about 3 years ago)
- Last Synced: 2024-05-02T04:59:10.962Z (9 months ago)
- Language: JavaScript
- Size: 181 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# webpack-lark-loader
Based on [lark.js](https://github.com/lark-parser/Lark.js), webpack-lark-loader allows one to import `.lark` files directly from javascript when using webpack.
## Installation
`npm i webpack-lark-loader`
## Usage
See examples: https://github.com/ShawSumma/webpack-lark-loader-examples