webpacker 4.0.0.rc.1 → 4.0.0.rc.2
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 +4 -4
- data/CHANGELOG.md +10 -4
- data/Gemfile.lock +1 -1
- data/lib/webpacker/version.rb +1 -1
- data/package.json +1 -1
- data/package/environments/base.js +1 -1
- data/package/environments/development.js +4 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c29c9fa51a5fa2bbe873cb18849059726b5306f01c8bb1668009eba939a28c0e
|
|
4
|
+
data.tar.gz: 20b8cb4c660e26d51e186d600ab98c1979cda90207bc63a65f7ce4f1fe749eed
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c85de1b6b0b66bcb9a70d85ee1b4356a40ccce421193c94bc03df401ecf0ad9be84add25c190a59efd52659d3bddbcf0dcedd7edfc8ac274788d1a8d73e1f5eb
|
|
7
|
+
data.tar.gz: e7dd4e624d4b21f003430e744a863c8bd8a84e8d5a5132a502fb4366ff748cc3ed05ba375dd2687fce06cfe257d263e56549736e8e6a162f4f4316f43d17cba1
|
data/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
**Please note that Webpacker 3.1.0 and 3.1.1 have some serious bugs so please consider using either 3.0.2 or 3.2.0**
|
|
2
2
|
|
|
3
|
+
## [4.0.0.rc.2] - 2018-12-15
|
|
4
|
+
|
|
5
|
+
### Fixed
|
|
6
|
+
- Disable integrity hash generation [#1835](https://github.com/rails/webpacker/issues/1835)
|
|
7
|
+
|
|
8
|
+
|
|
3
9
|
## [4.0.0.rc.1] - 2018-12-14
|
|
4
10
|
|
|
5
|
-
|
|
11
|
+
### Breaking changes
|
|
6
12
|
|
|
7
13
|
- Order of rules changed so you might have to change append to prepend,
|
|
8
14
|
depending on how you want to process packs [#1823](https://github.com/rails/webpacker/pull/1823)
|
|
@@ -44,12 +50,12 @@
|
|
|
44
50
|
|
|
45
51
|
- Move supported browsers configuration to [.browserslistrc](https://github.com/browserslist/browserslist#queries)
|
|
46
52
|
|
|
47
|
-
|
|
53
|
+
### Breaking changes
|
|
48
54
|
|
|
49
55
|
- postcss-next is replaced with postcss-preset-env
|
|
50
56
|
- babel@7
|
|
51
57
|
|
|
52
|
-
|
|
58
|
+
### Fixed
|
|
53
59
|
|
|
54
60
|
- Bring back test env [#1563](https://github.com/rails/webpacker/pull/1563)
|
|
55
61
|
|
|
@@ -57,7 +63,7 @@ Please see a list of [commits](https://github.com/rails/webpacker/compare/2dd68f
|
|
|
57
63
|
|
|
58
64
|
## [4.0.0-pre.2] - 2018-04-2
|
|
59
65
|
|
|
60
|
-
|
|
66
|
+
### Fixed
|
|
61
67
|
|
|
62
68
|
- Webpack dev server version in installer
|
|
63
69
|
|
data/Gemfile.lock
CHANGED
data/lib/webpacker/version.rb
CHANGED
data/package.json
CHANGED
|
@@ -40,7 +40,10 @@ module.exports = class extends Base {
|
|
|
40
40
|
headers: devServer.headers,
|
|
41
41
|
overlay: devServer.overlay,
|
|
42
42
|
stats: {
|
|
43
|
-
|
|
43
|
+
entrypoints: false,
|
|
44
|
+
errorDetails: false,
|
|
45
|
+
modules: false,
|
|
46
|
+
moduleTrace: false
|
|
44
47
|
},
|
|
45
48
|
watchOptions: devServer.watch_options
|
|
46
49
|
}
|
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: 4.0.0.rc.
|
|
4
|
+
version: 4.0.0.rc.2
|
|
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: 2018-12-
|
|
12
|
+
date: 2018-12-15 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: activesupport
|
|
@@ -250,8 +250,8 @@ homepage: https://github.com/rails/webpacker
|
|
|
250
250
|
licenses:
|
|
251
251
|
- MIT
|
|
252
252
|
metadata:
|
|
253
|
-
source_code_uri: https://github.com/rails/webpacker/tree/v4.0.0.rc.
|
|
254
|
-
changelog_uri: https://github.com/rails/webpacker/blob/v4.0.0.rc.
|
|
253
|
+
source_code_uri: https://github.com/rails/webpacker/tree/v4.0.0.rc.2
|
|
254
|
+
changelog_uri: https://github.com/rails/webpacker/blob/v4.0.0.rc.2/CHANGELOG.md
|
|
255
255
|
post_install_message:
|
|
256
256
|
rdoc_options: []
|
|
257
257
|
require_paths:
|