UNPKG

fable-loader

Version:
141 lines (71 loc) 1.88 kB
### 2.1.9 * Update to fable-babel-plugins 2.3.0 ### 2.1.8 * Add `silent` option ### 2.1.7 * Enable different compiler implementations ### 2.1.6 * Add back possibility to connect to TCP port ### 2.1.5 * Update fable-babel-plugins dependency ### 2.1.4 * Add babelOptions.filename, since it is needed by other Babel plugins @SirUppyPancakes ### 2.1.3 * Accept fable-compiler 2.2.x dependency ### 2.1.2 * Add webpack >= 4.23.0 as peerDependency ### 2.1.1 * Fix #1523: Mark files with inlined functions as dependencies ### 2.1.0 * Release _stablish_ version ### 2.1.0-beta-007 * Use fable-babel-plugins package ### 2.1.0-beta-006 * Use fable-compiler package ### 2.1.0-beta-005 * Make fable-compiler-dotnet a peerDependency ### 2.1.0-beta-004 * Minor refactoring and update README ### 2.1.0-beta-003 * Fix detection of Webpack watch mode ### 2.1.0-beta-002 * Pin minor version of fable-compiler-dotnet ### 2.1.0-beta-001 * Add fable-compiler-dotnet dependency for standalone compilation ### 2.0.0 * Fable 2 ### 2.0.0-beta-001 * Compatibility with Babel 7 ### 2.0.0-alpha-003 * Fable 2 alpha ### 1.1.6 * Ignore dependencies ### 1.1.5 * Make dependencies an opt-out with `extra.ignoreDependencies` ### 1.1.4 * Add dependencies for files other than .fsproj ### 1.1.3 * Don't add dependencies to Webpack by default ### 1.1.2 * Update README ### 1.1.0 * Validate options * Remove cache ### 1.0.7 * Don't cache errored files ### 1.0.6 * Update README ### 1.0.5 * Fix cache option ### 1.0.4 * Fix sourcemap generation ### 1.0.3 * Fix #988: Print relative path of compiled files (PR #994) ### 1.0.2 * Less verbose output and cache capabilities ### 1.0.0 * Don't check fable-core version ### 1.0.0-narumi-912 * Fix detection of `FABLE_SERVER_PORT` ### 1.0.0-narumi-911 * Check `FABLE_SERVER_PORT` environmental variable