webpacker 6.0.0.beta.3 → 6.0.0.beta.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ab62c5d5a1d4736592168baa8920743203529b76be71a5f551058ab20ee04204
4
- data.tar.gz: e992911dd9c65cde8af17479b98b4efde3e12a98196ab586a09320fff9f1c00c
3
+ metadata.gz: fadee7aff74c3363618d5296a2cac880299b70d4d897249176662811ad7565d8
4
+ data.tar.gz: 9f5ab7267a7c1e88e9bf13a285407701e61ed0c15c74eceb5b4453d63ea245e7
5
5
  SHA512:
6
- metadata.gz: df861ac4efabed724387cd80542f4a1203b47ba93da1e15b232fd323345d9ed7ac7230ca51ffb20f30a046ad57a61dc1be4d45ae613fbfcb6ca3622de5775d7a
7
- data.tar.gz: 7a728cb196c75ca876cf407a20e6d2ae1dbf149cbe1755bdf4a698300b0d2ecc7b8f5b827a2a35d07d8cd1ffcd5e8727573319bcb8982239bb04550e8b079776
6
+ metadata.gz: ce8f40137463fb0ac076ab3174a43ee8ab6ef3977e61e6302878827823227f11bd3191438e185d5cd11725e27d79184e40d598fbbbe4d0b2eed1e91bf6f45f36
7
+ data.tar.gz: 8741c6f00b555663a78e714a9930f764350ccf4d8f65809462b8930ce520059ca0f8d77833c9c3c8a0a7f47c6de1920949e9d73dad4400e5afcf4abfa46278e0
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- webpacker (6.0.0.beta.3)
4
+ webpacker (6.0.0.beta.4)
5
5
  activesupport (>= 5.2)
6
6
  rack-proxy (>= 0.6.1)
7
7
  railties (>= 5.2)
@@ -4,7 +4,7 @@
4
4
  // a relevant structure within app/packs and only use these pack files to reference
5
5
  // that code so it'll be compiled.
6
6
  //
7
- // To reference this file, add <%= javascript_pack_tag 'application' %> to the appropriate
7
+ // To reference this file, add <%= javascript_packs_with_chunks_tag 'application' %> to the appropriate
8
8
  // layout file, like app/views/layouts/application.html.erb
9
9
 
10
10
  // Uncomment to copy all static images under ../images to the output folder and reference
@@ -5,10 +5,10 @@ say "Copying webpack core config"
5
5
  directory "#{__dir__}/config/webpack", "config/webpack"
6
6
 
7
7
  if Dir.exists?(Webpacker.config.source_path)
8
- say "The JavaScript app source directory already exists"
8
+ say "The packs app source directory already exists"
9
9
  else
10
- say "Creating JavaScript app source directory"
11
- directory "#{__dir__}/javascript", Webpacker.config.source_path
10
+ say "Creating packs app source directory"
11
+ directory "#{__dir__}/packs", Webpacker.config.source_path
12
12
  end
13
13
 
14
14
  apply "#{__dir__}/binstubs.rb"
@@ -1,4 +1,4 @@
1
1
  module Webpacker
2
2
  # Change the version in package.json too, please!
3
- VERSION = "6.0.0.beta.3".freeze
3
+ VERSION = "6.0.0.beta.4".freeze
4
4
  end
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rails/webpacker",
3
- "version": "6.0.0-beta.3",
3
+ "version": "6.0.0-beta.4",
4
4
  "description": "Use webpack to manage app-like JavaScript modules in Rails",
5
5
  "main": "package/index.js",
6
6
  "files": [
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: webpacker
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.0.0.beta.3
4
+ version: 6.0.0.beta.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Heinemeier Hansson
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2021-01-21 00:00:00.000000000 Z
12
+ date: 2021-01-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport
@@ -147,7 +147,7 @@ files:
147
147
  - lib/install/config/webpack/production.js
148
148
  - lib/install/config/webpack/test.js
149
149
  - lib/install/config/webpacker.yml
150
- - lib/install/javascript/packs/application.js
150
+ - lib/install/packs/entrypoints/application.js
151
151
  - lib/install/template.rb
152
152
  - lib/tasks/webpacker.rake
153
153
  - lib/tasks/webpacker/binstubs.rake
@@ -252,8 +252,8 @@ homepage: https://github.com/rails/webpacker
252
252
  licenses:
253
253
  - MIT
254
254
  metadata:
255
- source_code_uri: https://github.com/rails/webpacker/tree/v6.0.0.beta.3
256
- changelog_uri: https://github.com/rails/webpacker/blob/v6.0.0.beta.3/CHANGELOG.md
255
+ source_code_uri: https://github.com/rails/webpacker/tree/v6.0.0.beta.4
256
+ changelog_uri: https://github.com/rails/webpacker/blob/v6.0.0.beta.4/CHANGELOG.md
257
257
  post_install_message:
258
258
  rdoc_options: []
259
259
  require_paths: