Code Monkey home page Code Monkey logo

babel-starter-kit's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

babel-starter-kit's Issues

Lint fails for newly generated project

Hi,
I've run yo javascript and then npm run lint, the result:

$ npm run lint

> [email protected] lint c:\Projects\github\functionalJs
> eslint src docs/js tools


tools\utils\compile.js
  35:18  error  Empty block statement  no-empty
  40:16  error  Empty block statement  no-empty

✖ 2 problems (2 errors, 0 warnings)


npm ERR! Windows_NT 6.3.9600
npm ERR! argv "c:\\Program Files\\nodejs\\node.exe" "c:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "run" "lint"
npm ERR! node v0.12.2
npm ERR! npm  v2.7.4
npm ERR! code ELIFECYCLE
npm ERR! [email protected] lint: `eslint src docs/js tools`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] lint script 'eslint src docs/js tools'.
npm ERR! This is most likely a problem with the functional-js package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     eslint src docs/js tools
npm ERR! You can get their info via:
npm ERR!     npm owner ls functional-js
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     c:\Projects\github\functionalJs\npm-debug.log

Is that by design or can be fixed?

Ability to run tests in browser in order to debug with dev tools

Thank you for the awesome boilerplate!

Looks like it's the best there is, except for lacking an ability to test in the browser.

Being able to set breakpoints and navigate the stack is an indispensable tool for model development. Please add this feature.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/29071542-ability-to-run-tests-in-browser-in-order-to-debug-with-dev-tools?utm_campaign=plugin&utm_content=tracker%2F18782092&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F18782092&utm_medium=issues&utm_source=github).

ES6/ES7 coding style at tools/build.js

I cannot use import (eg: import fs from 'fs';...) at this file.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/39351528-es6-es7-coding-style-at-tools-build-js?utm_campaign=plugin&utm_content=tracker%2F18782092&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F18782092&utm_medium=issues&utm_source=github).

Document how to use babel-preset-node5

I would like to use babel-preset-node5 but I dunno how.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/32476515-document-how-to-use-babel-preset-node5?utm_campaign=plugin&utm_content=tracker%2F18782092&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F18782092&utm_medium=issues&utm_source=github).

.gitignore missing in newly generated project

Hey,
when I generate new project with yo javascript the .gitignore file is always missing, even though I can see it in this repository.
Do you know why is that?
Is it because of how yo works?

Babel 6.8.0 not working

always tips :


module.js:341
    throw err;
    ^

Error: Cannot find module 'core-js/library/fn/symbol/iterator'
    at Function.Module._resolveFilename (module.js:339:15)
    at Function.Module._load (module.js:290:25)
    at Module.require (module.js:367:17)
    at require (internal/module.js:16:19)
    at Object.<anonymous> (/Users/ufo/workspaces/babel-starter-kit/node_modules/.npminstall/babel-runtime/6.6.1/babel-runtime/core-js/symbol/iterator.js:1:93)
    at Module._compile (module.js:413:34)
    at Object.Module._extensions..js (module.js:422:10)
    at Module.load (module.js:357:32)
    at Function.Module._load (module.js:314:12)
    at Module.require (module.js:367:17)

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/34267338-babel-6-8-0-not-working?utm_campaign=plugin&utm_content=tracker%2F18782092&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F18782092&utm_medium=issues&utm_source=github).

`package.json` has wrong path for `index.js` at `main`

The template for package.json defines main as index.js, when there's no index.js file on the root of the project. It's either on src/ or dist/.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/37967673-package-json-has-wrong-path-for-index-js-at-main?utm_campaign=plugin&utm_content=tracker%2F18782092&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F18782092&utm_medium=issues&utm_source=github).

npm run build error

I follow the guides and everything goes ok until i run this command: 'npm run build', it prints: Error: It looks like your Babel configuration specifies a module transformer. Please disable it. If you're using the "es2015" preset, consider using "es2015-rollup" instead.

I've been met this issue before when i use rollup, and i used 'babelrc-rollup' to solve this problem.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/37795987-npm-run-build-error?utm_campaign=plugin&utm_content=tracker%2F18782092&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F18782092&utm_medium=issues&utm_source=github).

Generator doesn't build

I've tried to generate a project, npm lint and npm test works fine, with npm build it just returns without any output

Dev server?

Could it be useful to have a script to set up a dev server serving some example pages for the module you are creating?

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/39416547-dev-server?utm_campaign=plugin&utm_content=tracker%2F18782092&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F18782092&utm_medium=issues&utm_source=github).

Merge with generator-babel-boilerplate?

Hey there – nice project! It looks like there are a lot of similarities with the generator-babel-boilerplate. So much so, in fact, that it might make sense to team up?

Let me know if this is something that interests you. If not, no worries. Just figured I'd throw it out there.

✌️

//cc @paulfalgout @megawac

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/34242300-merge-with-generator-babel-boilerplate?utm_campaign=plugin&utm_content=tracker%2F18782092&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F18782092&utm_medium=issues&utm_source=github).

eslint in test will fail

Hello, after getting several errors for the eslint config inside the test directory I've understood you missed a small thing, that is:

 "plugins": ["import"],

without this it won't work (at least for me)


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.