Skip to content
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 3 related updates #1

Closed

Conversation

PierreYvesR
Copy link

Removed Babel from webpack
Upgraded Fable to 3.1.1 release

Next would be to fix the Clean target as it doesn't clean the .fs.js files.
I might use the '--outDir' Fable flag and put all the .js files in "tests/build"

Remove Babel
Upgrade Fable to 3.1.1 release
@alfonsogarciacaro
Copy link
Owner

Thanks @PierreYvesR! Although this is just a fork, the original project was created by Maxime Mangel: https://github.com/MangelMaxime/fulma-demo

There's actually a similar PR that we're using as an example of how to upgrade a Webpack application to Fable 3: MangelMaxime#43

@alfonsogarciacaro
Copy link
Owner

Oh, scratch that! Looking at the files I realize these are changes on top of my PR 😅

I've some doubts about Babel. Fable uses some ES2015 features (like classes, Map, etc) which should be now supported by 95% of the browser market. But still some people may need to support old browsers 🤔

@PierreYvesR
Copy link
Author

I'll close it then. Anyway it was a good learning exercise for me ☺️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants