{"library":"fable-loader","type":"library","category":null,"description":"Webpack loader for the Fable compiler, enabling F# to JavaScript compilation within a Webpack build pipeline. Current stable version is 2.1.9 (Fable 2.x). The loader is maintained by the Fable team and works with fable-compiler 2.x, @babel/core 7.x, and Webpack 4+. Unlike direct CLI usage, this loader integrates F# compilation into Webpack's module resolution and asset pipeline, allowing hot module replacement and bundling alongside other JS/TS assets. Key differentiator: seamless integration with Webpack ecosystem for F# developers.","language":"javascript","status":"active","version":"2.1.9","tags":["javascript","fable","fsharp","F#","webpack"],"last_verified":"Fri May 01","install":[{"cmd":"npm install fable-loader","imports":["module.exports = { module: { rules: [{ test: /\\.fs(x|proj)?$/, use: 'fable-loader' }] } }","// No need to require, just reference in webpack config","{ test: /\\.fs(x|proj)?$/, use: { loader: 'fable-loader', options: { babel: { presets: ['@babel/preset-env'] } } } }"]},{"cmd":"yarn add fable-loader","imports":[]},{"cmd":"pnpm add fable-loader","imports":[]}],"homepage":"https://fable.io","github":"https://github.com/fable-compiler/Fable","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/fable-loader","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}