Closed willhighland closed 7 years ago
This could also be fixed by adding 'moduleNameMapper' to the supportedKeys array on line 54 and then modifying package.json to add the alias. I'm fine to update this PR if that would be the preferred approach instead.
'moduleNameMapper'
supportedKeys
package.json
Issue for reference https://github.com/infernojs/create-inferno-app/issues/54
Good catch tanks for PR @willhighland
This could also be fixed by adding
'moduleNameMapper'
to thesupportedKeys
array on line 54 and then modifyingpackage.json
to add the alias. I'm fine to update this PR if that would be the preferred approach instead.