slogsdon / parcel-plugin-fable

Parcel asset type plugin for Fable
https://www.npmjs.com/package/parcel-plugin-fable
MIT License
21 stars 4 forks source link
fable fsharp parcel-plugin

parcel-plugin-fable

Parcel asset type plugin for Fable

Featuring:

Reasoning

This project was primarily created to combine some new and old technologies in order to see what a more complete project could look like and how the individual parts would work together. Specifics:

Requirements

Getting Started

yarn add parcel-plugin-fable

Parcel will automatically include any dependencies listed in package.json that start with parcel-plugin-, so there is no additional configuration. On first build of a .fsproj or .fsx file, fable-splitter and babel-core will be added as dependencies and are responsible for transpiling to JavaScript.

See the example for a complete project.

LICENSE

This project is licensed under the MIT License. See LICENSE for more details.