10 lines
396 B
JavaScript
10 lines
396 B
JavaScript
// Local ES5-compatible override for the `react` logical asset from react-rails.
|
|
// This shadows the gem-provided bundle, which uses modern webpack syntax that
|
|
// old Qt5WebKit cannot parse.
|
|
//
|
|
//= require legacy-react/polyfills
|
|
//= require legacy-react/react.production.min
|
|
//= require legacy-react/react-dom.production.min
|
|
//= require legacy-react/prop-types.min
|
|
//= require create-react-class
|