Metadata


Name
webpacker
Version
5.4.2
Platform
ruby
Authors
David Heinemeier Hansson
Gaurav Tiwari
Bindir
bin
Date
2021-08-20 00:00:00 UTC
Dependencies
activesupport (>= 5.2)
railties (>= 5.2)
rack-proxy (>= 0.6.1)
semantic_range (>= 2.3.0)
bundler (>= 1.3.0, development)
rubocop (= 0.93.1, development)
rubocop-performance (>= 0, development)
Email
david@basecamp.com
gaurav@gauravtiwari.co.uk
Files
.eslintignore
.eslintrc.js
.github/workflows/jest.yml
.github/workflows/js-lint.yml
.github/workflows/rubocop.yml
.github/workflows/ruby.yml
.gitignore
.node-version
.rubocop.yml
.travis.yml
CHANGELOG.md
CONTRIBUTING.md
Gemfile
Gemfile.lock
MIT-LICENSE
README.md
Rakefile
docs/assets.md
docs/cloud9.md
docs/css.md
docs/deployment.md
docs/docker.md
docs/engines.md
docs/env.md
docs/es6.md
docs/folder-structure.md
docs/integrations.md
docs/misc.md
docs/props.md
docs/target.md
docs/testing.md
docs/troubleshooting.md
docs/typescript.md
docs/v4-upgrade.md
docs/webpack-dev-server.md
docs/webpack.md
docs/yarn.md
gemfiles/Gemfile-rails-edge
gemfiles/Gemfile-rails.5.2.x
gemfiles/Gemfile-rails.6.0.x
lib/install/angular.rb
lib/install/bin/webpack
lib/install/bin/webpack-dev-server
lib/install/binstubs.rb
lib/install/coffee.rb
lib/install/config/.browserslistrc
lib/install/config/babel.config.js
lib/install/config/postcss.config.js
lib/install/config/webpack/development.js
lib/install/config/webpack/environment.js
lib/install/config/webpack/production.js
lib/install/config/webpack/test.js
lib/install/config/webpacker.yml
lib/install/elm.rb
lib/install/erb.rb
lib/install/examples/angular/hello_angular.js
lib/install/examples/angular/hello_angular/app/app.component.ts
lib/install/examples/angular/hello_angular/app/app.module.ts
lib/install/examples/angular/hello_angular/index.ts
lib/install/examples/angular/hello_angular/polyfills.ts
lib/install/examples/coffee/hello_coffee.coffee
lib/install/examples/elm/Main.elm
lib/install/examples/elm/hello_elm.js
lib/install/examples/erb/hello_erb.js.erb
lib/install/examples/react/babel.config.js
lib/install/examples/react/hello_react.jsx
lib/install/examples/react/tsconfig.json
lib/install/examples/stimulus/application.js
lib/install/examples/stimulus/controllers/hello_controller.js
lib/install/examples/stimulus/controllers/index.js
lib/install/examples/svelte/app.svelte
lib/install/examples/svelte/hello_svelte.js
lib/install/examples/typescript/hello_typescript.ts
lib/install/examples/typescript/tsconfig.json
lib/install/examples/vue/app.vue
lib/install/examples/vue/hello_vue.js
lib/install/javascript/packs/application.js
lib/install/loaders/coffee.js
lib/install/loaders/elm.js
lib/install/loaders/erb.js
lib/install/loaders/svelte.js
lib/install/loaders/vue.js
lib/install/react.rb
lib/install/stimulus.rb
lib/install/svelte.rb
lib/install/template.rb
lib/install/typescript.rb
lib/install/vue.rb
lib/tasks/installers.rake
lib/tasks/webpacker.rake
lib/tasks/webpacker/binstubs.rake
lib/tasks/webpacker/check_binstubs.rake
lib/tasks/webpacker/check_node.rake
lib/tasks/webpacker/check_yarn.rake
lib/tasks/webpacker/clean.rake
lib/tasks/webpacker/clobber.rake
lib/tasks/webpacker/compile.rake
lib/tasks/webpacker/info.rake
lib/tasks/webpacker/install.rake
lib/tasks/webpacker/verify_install.rake
lib/tasks/webpacker/yarn_install.rake
lib/webpacker.rb
lib/webpacker/commands.rb
lib/webpacker/compiler.rb
lib/webpacker/configuration.rb
lib/webpacker/dev_server.rb
lib/webpacker/dev_server_proxy.rb
lib/webpacker/dev_server_runner.rb
lib/webpacker/env.rb
lib/webpacker/helper.rb
lib/webpacker/instance.rb
lib/webpacker/manifest.rb
lib/webpacker/railtie.rb
lib/webpacker/runner.rb
lib/webpacker/version.rb
lib/webpacker/webpack_runner.rb
package.json
package/__tests__/config.js
package/__tests__/dev_server.js
package/__tests__/development.js
package/__tests__/env.js
package/__tests__/production.js
package/__tests__/staging.js
package/__tests__/test.js
package/config.js
package/configPath.js
package/config_types/__tests__/config_list.js
package/config_types/__tests__/config_object.js
package/config_types/config_list.js
package/config_types/config_object.js
package/config_types/index.js
package/dev_server.js
package/env.js
package/environments/__tests__/base.js
package/environments/base.js
package/environments/development.js
package/environments/production.js
package/environments/test.js
package/index.js
package/rules/babel.js
package/rules/css.js
package/rules/file.js
package/rules/index.js
package/rules/module.css.js
package/rules/module.sass.js
package/rules/node_modules.js
package/rules/sass.js
package/utils/__tests__/deep_assign.js
package/utils/__tests__/deep_merge.js
package/utils/__tests__/get_style_rule.js
package/utils/__tests__/objectify.js
package/utils/deep_assign.js
package/utils/deep_merge.js
package/utils/get_style_rule.js
package/utils/helpers.js
package/utils/objectify.js
test/command_test.rb
test/compiler_test.rb
test/configuration_test.rb
test/dev_server_runner_test.rb
test/dev_server_test.rb
test/env_test.rb
test/helper_test.rb
test/manifest_test.rb
test/rake_tasks_test.rb
test/test_app/Rakefile
test/test_app/app/javascript/packs/application.js
test/test_app/app/javascript/packs/multi_entry.css
test/test_app/app/javascript/packs/multi_entry.js
test/test_app/bin/webpack
test/test_app/bin/webpack-dev-server
test/test_app/config.ru
test/test_app/config/application.rb
test/test_app/config/environment.rb
test/test_app/config/webpack/development.js
test/test_app/config/webpacker.yml
test/test_app/config/webpacker_public_root.yml
test/test_app/package.json
test/test_app/public/packs/manifest.json
test/test_app/yarn.lock
test/test_helper.rb
test/webpack_runner_test.rb
test/webpacker_test.rb
webpacker.gemspec
yarn.lock
Homepage
https://github.com/rails/webpacker
Licenses
MIT
Metadata
{"source_code_uri"=>"https://github.com/rails/webpacker/tree/v5.4.2", "changelog_uri"=>"https://github.com/rails/webpacker/blob/v5.4.2/CHANGELOG.md"}
Require paths
lib
Required ruby version
>= 2.4.0
Required rubygems version
>= 0
Rubygems version
3.1.4
Specification version
4
Summary
Use webpack to manage app-like JavaScript modules in Rails
Test files
test/command_test.rb
test/compiler_test.rb
test/configuration_test.rb
test/dev_server_runner_test.rb
test/dev_server_test.rb
test/env_test.rb
test/helper_test.rb
test/manifest_test.rb
test/rake_tasks_test.rb
test/test_app/Rakefile
test/test_app/app/javascript/packs/application.js
test/test_app/app/javascript/packs/multi_entry.css
test/test_app/app/javascript/packs/multi_entry.js
test/test_app/bin/webpack
test/test_app/bin/webpack-dev-server
test/test_app/config.ru
test/test_app/config/application.rb
test/test_app/config/environment.rb
test/test_app/config/webpack/development.js
test/test_app/config/webpacker.yml
test/test_app/config/webpacker_public_root.yml
test/test_app/package.json
test/test_app/public/packs/manifest.json
test/test_app/yarn.lock
test/test_helper.rb
test/webpack_runner_test.rb
test/webpacker_test.rb
Original platform
ruby
New platform
ruby