opal-webpack-loader 0.10.0 → 0.10.1
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/README.md +3 -2
- data/lib/opal-webpack-loader/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 24026e9101614dd34aac0e20644a4a43797e4fc86e074f65a696f1de40b0a635
|
|
4
|
+
data.tar.gz: d73ecb64726d60ad88d6457f78e35174f4e03544817dba9532f707210ddd5eda
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c0fabada2a69f8992d81d5f57416d83700dd5d4f32d042b156bd9b98ea808b29cd1c2c9c3f67b705e92b04d474d02757fccf55fb6ce6b828392efd65ccd2963a
|
|
7
|
+
data.tar.gz: b138f2e7c161c5ab0fee69949e6262c71f78fe0b8bebc1bf90113e2d14a1ca6780cdc91b7abb9f42fc8126daf345c83d2320388f7d2dcb95cad160900e76cac4
|
data/README.md
CHANGED
|
@@ -23,6 +23,7 @@ At the [Isomorfeus Framework Project](http://isomorfeus.com)
|
|
|
23
23
|
opal-webpack-loader-0.7.1 compiles all of opal, a bunch of gems and over 19000SLC on a
|
|
24
24
|
Intel® Core™ i7-7700HQ CPU @ 2.80GHz × 8, with 8 workers in around 1850ms
|
|
25
25
|
- support for memcached or redis as compiler cache
|
|
26
|
+
- parallel builds working on Windows too, but not as fast as on Linux
|
|
26
27
|
- opal modules are packaged as es6 modules
|
|
27
28
|
- support for rails with webpacker
|
|
28
29
|
- other webpack features become available, like:
|
|
@@ -36,8 +37,8 @@ Intel® Core™ i7-7700HQ CPU @ 2.80GHz × 8, with 8 workers in around 1850ms
|
|
|
36
37
|
|
|
37
38
|
### Requirements
|
|
38
39
|
- opal-webpack-loader consists of 2 parts, the npm package and the gem, both are required and must be the same version.
|
|
39
|
-
- webpack ^4.
|
|
40
|
-
- webpack-dev-server ^3.
|
|
40
|
+
- webpack ^4.46
|
|
41
|
+
- webpack-dev-server ^3.11.0
|
|
41
42
|
- one of the ES6 modules branches of opal
|
|
42
43
|
- [PR#1973](https://github.com/opal/opal/pull/1973), (experimental) implementing ES6 modules and changes for 'strict' mode,
|
|
43
44
|
based on Opal master 1.0.0 using javascript string objects "mutable strings" by default for all strings
|