Update dependencies and clean up project structure. Add cloud.google.com/go/compute/metadata as an indirect requirement in go.mod. Remove unused files and update package.json for Vite and React plugins. Refactor Makefile for improved build process.
This commit is contained in:
2
web/node_modules/react-dom/index.js
generated
vendored
2
web/node_modules/react-dom/index.js
generated
vendored
@@ -32,7 +32,7 @@ if (process.env.NODE_ENV === 'production') {
|
||||
// DCE check should happen before ReactDOM bundle executes so that
|
||||
// DevTools can report bad minification during injection.
|
||||
checkDCE();
|
||||
module.exports = require('./cjs/react-dom.production.js');
|
||||
module.exports = require('./cjs/react-dom.production.min.js');
|
||||
} else {
|
||||
module.exports = require('./cjs/react-dom.development.js');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user