Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 12 additions & 11 deletions lib/assets/react-source/development/react-server.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/assets/react-source/production/react-server.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions react-builds/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"create-react-class": "^15.6.2",
"fast-text-encoding": "^1.0.6",
"immutability-helper": "^2.4.0",
"node-polyfill-webpack-plugin": "^2.0.1",
"node-polyfill-webpack-plugin": "^4.1.0",
"prop-types": "^15.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"webpack": "^5.74.0"
"webpack": "^5.105.4"
},
"packageManager": "yarn@1.22.21"
}
1 change: 1 addition & 0 deletions react-builds/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ module.exports = {
plugins: [
new NodePolyfillPlugin({
excludeAliases: ['console', 'Buffer'],
additionalAliases: ['process'],
}),
],
};
384 changes: 253 additions & 131 deletions react-builds/yarn.lock

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions test/dummy/config/shakapacker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ default: &default
source_entry_path: packs
public_output_path: packs
cache_path: tmp/cache/shakapacker
assets_bundler: webpack
javascript_transpiler: babel

# Additional paths webpack should lookup modules
# ['app/assets', 'engine/foo/app/assets']
Expand Down
12 changes: 6 additions & 6 deletions test/dummy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,26 +15,26 @@
"babel-plugin-macros": "^3.1.0",
"compression-webpack-plugin": "^9.2.0",
"create-react-class": "^15.6.2",
"css-loader": "^5.2.7",
"css-loader": "^7.1.4",
"css-minimizer-webpack-plugin": "^2.0.0",
"mini-css-extract-plugin": "^1.6.2",
"mini-css-extract-plugin": "^2.10.2",
"pnp-webpack-plugin": "^1.7.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react_ujs": "file:.yalc/react_ujs",
"shakapacker": "7.2.0",
"shakapacker": "9.7.0",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.3.3",
"webpack": "^5.73.0",
"webpack": "^5.105.4",
"webpack-assets-manifest": "^5.1.0",
"webpack-cli": "^4.9.2",
"webpack-merge": "^5.8.0",
"webpack-sources": "^3.2.3"
},
"devDependencies": {
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@pmmmwh/react-refresh-webpack-plugin": "^0.6.2",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"react-refresh": "^0.13.0",
"webpack-dev-server": "^4.9.2"
"webpack-dev-server": "^5.2.3"
}
}
3,338 changes: 1,784 additions & 1,554 deletions test/dummy/yarn.lock

Large diffs are not rendered by default.

Loading