Conversation
|
I'm now seeing some work to rewrite the project in a non-Webpacker form https://github.com/renchap/webpacker-react/compare/react-components-rails. Let me know if you could use help moving the react-component-rails work forward. I could see some value in releasing this change as an intermediate step as I currently need to work off my own fork. |
0f60751 to
2815c78
Compare
Update bundler and other development dependencies Upgrade webpacker development dependency Update rubocop rules Add Sprockets 4 manifest Update rails, capybara, webdriver dependencies Updates js error inspection to match more recent Selenium Webdriver API
Also add support for running build against multiple versions of Ruby, starting with Ruby 3.0 and 3.1 Adds CircleCI orbs to support Ruby gem, NPM package, and browser installation
2815c78 to
a319fdf
Compare
|
I've also done some work to upgrade development dependencies and the CircleCI config to get tests passing. |
|
Hi @rossta and thanks for your PR. As you saw in #139, I plan to rename this gem to A beta version is release (and I have been using it in my projects) and I would encourage you to try it and tell me if it works for you. I am a bit overwhelmed with other work lately, but I still plan to make the big move in the coming weeks and deprecate I do not really want to make any change to the current |
Fixes #145
This PR removes
webpackeras a Ruby dependency to prevent conflicts in apps that are moving from Webpacker to Shakapacker.Changes:
Please ensure that:
rubocopis all greencd javascript/webpacker_react-npm-module/ && yarn lintis all green