Sha256: 9c0669195554b14facc2bb329bd7968fa9c71ad2d30fd794c71f52f6b9a201c0
Contents?: true
Size: 756 Bytes
Versions: 1
Compression:
Stored size: 756 Bytes
Contents
# Converting from Custom Webpack Config to Rails Shakapacker Config 1. Compare your package.json and the dependencies in https://github.com/shakacode/shakapacker/blob/master/package.json and avoid any duplicates. We don't want different versions of the same packages. We want the versions from `shakacode/shakapacker` unless we specifically want to override them. 2. Search the `shakacode/shakapacker` repo for anything you're not sure about in terms of package names. 3. Run `bin/shakapacker` and make sure there are zero errors 4. Update webpack plugins and loaders to current or close to current 5. Make sure that your `bin/shakapacker` and `bin/shakapacker` match the latest on https://github.com/shakacode/shakapacker/tree/master/lib/install/bin
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
react_on_rails-13.4.0 | docs/javascript/converting-from-custom-webpack-config-to-rails-webpacker-config.md |