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

ReferenceError: [BABEL] Unknown option #146

Open
ameliemaia opened this issue Mar 24, 2016 · 1 comment
Open

ReferenceError: [BABEL] Unknown option #146

ameliemaia opened this issue Mar 24, 2016 · 1 comment

Comments

@ameliemaia
Copy link

Hey,

I get the following error when I have a .babelrc file in my root directory. Babelify doesn't seem to like it?

I'm running budo with:

budo --title leonardo --port 3000 examples/index.js --watch-glob lib/**/* --css examples/style.css --live -- -t babelify -t glslify

and my babelrc looks like:

{
    "presets": ["es2015"],
    "plugins": [
        ["babel-plugin-module-alias", [
            { "src": "./src/core", "expose": "core" },
            { "src": "./src/geometry", "expose": "geometry" },
            { "src": "./src/utils", "expose": "utils" },
            { "src": "./src/helpers", "expose": "helpers" }
            ]
        ]
    ]
}

Any ideas?

@mattdesl
Copy link
Owner

Hey sorry, this issue totally slipped under my radar. Is it still happening in budo@10.x?

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

No branches or pull requests

2 participants