react-app-rewire-elm
v1.0.1
Published
Use elm in your create-react-app project without ejecting
Downloads
2
Maintainers
Readme
react-app-rewire-elm
Use elm in your create-react-app project without ejecting.
Usage
/* config-overrides.js */
const rewireElm = require('react-app-rewire-elm')
module.exports = function override(config, env) {
config = rewireElm(config, env)
return config
}
Copyright and license
Copyright 2018, Matthias Munder.
Licensed under the MIT license.