react-app-rewire-elm

1.0.1 • Public • Published

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.

js-standard-style

Package Sidebar

Install

npm i react-app-rewire-elm

Weekly Downloads

3

Version

1.0.1

License

MIT

Unpacked Size

11.4 kB

Total Files

9

Last publish

Collaborators

  • mcmunder