Closed serhiipalash closed 6 years ago
I also observed that. Please fix it? :D
Did not originally think of this. Will add a camelcase/pascalcase option in config for this...
@vihanb you are awesome <3.
just added this option: https://github.com/vihanb/babel-plugin-wildcard#usecamelcase let me know if you encounter any issues with it
You are currently using Pascal Case as default for file names, not Camel Case. Can you change this?
With Camel Case file name like this
my-test-file.js
should bemyTestFile
, but getMyTestFile
.You can use
humps
library for file names conversion https://www.npmjs.com/package/humpsAlso you can update api with something like this if you want