We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I just upgraded to grunt-babel 6.0.0. I changed my Gruntfile to match the example in the readme:
babel: { options: { presets: ["babel-preset-es2015"], sourceMap: true, compact: false }, main: { files: { "./resources/public/js/skimap.js": "./tmp/skimap.js" } } }
When I try to run it I get the following Error:
Running "babel:main" (babel) task Warning: Couldn't find preset Use --force to continue. Aborted due to warnings.
The text was updated successfully, but these errors were encountered:
766123a
Thanks for updating the docs! It works now.
Sorry, something went wrong.
No branches or pull requests
I just upgraded to grunt-babel 6.0.0. I changed my Gruntfile to match the example in the readme:
When I try to run it I get the following Error:
The text was updated successfully, but these errors were encountered: