-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fable 2.x #64
Comments
I think you first need to update fable-react-native for Fable 2 supports. |
@forki For example, for a node cli apps this config is enough. const path = require("path");
module.exports = {
entry: path.join(__dirname, "./Docs.fsproj"),
outDir: path.join(__dirname, "./dist"),
babel: {
plugins: ["@babel/plugin-transform-modules-commonjs"],
}
}; As you can, see it's almost empty. First, I would try to update all the npm packages to their latest version or at least thus related to Fable compilation. You will also need to add |
do we continue to use dotnet-fable nuget package? Probably not, right? |
do I use some yarn command? WIP at #66 |
The replacement is to use
|
yes I have fable-compiler installed. but how to start it!? |
I'm trying to update to fable 2.x but this üproject doesn't use webpack - so I can't copy @MangelMaxime's and @alfonsogarciacaro's work from SAFE-Stack/SAFE-BookStore#378
any help appreciated
The text was updated successfully, but these errors were encountered: