Skip to content
Open
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
36 changes: 0 additions & 36 deletions demos/basic-v16-rspack/babel.config.js

This file was deleted.

11 changes: 11 additions & 0 deletions demos/basic-v16-rspack/bin/export-bundler-config
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/usr/bin/env node

// Minimal shim - all logic is in the TypeScript module
const { run } = require('shakapacker/configExporter')

run(process.argv.slice(2))
.then((exitCode) => process.exit(exitCode))
.catch((error) => {
console.error(error.message)
process.exit(1)
})
1 change: 0 additions & 1 deletion demos/basic-v16-rspack/bin/shakapacker
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env ruby
# frozen_string_literal: true

ENV["RAILS_ENV"] ||= "development"
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../Gemfile", __dir__)
Expand Down
1 change: 0 additions & 1 deletion demos/basic-v16-rspack/bin/shakapacker-dev-server
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env ruby
# frozen_string_literal: true

ENV["RAILS_ENV"] ||= "development"
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../Gemfile", __dir__)
Expand Down