npm-module-boilerplate
npm-module-boilerplate copied to clipboard
Boilerplate for npm modules with ES6 features and all the best practices
I got below error. It doesn't support arrow function in class. SyntaxError: src/Test/Components/Footer.js: Unexpected token (38:11) 36 | } 37 | > 38 | toggleTc = () => { |...
Running the `build` command, I get: ``` You have mistakenly installed the `babel` package, which is a no-op in Babel 6. Babel's CLI commands have been moved from the `babel`...
Shouldn't the per-project config file (/path/to/my/project/.npmrc) be in the .gitignore file? Ref: https://docs.npmjs.com/files/npmrc.html