isomorfeus-asset-manager 0.12.6 → 0.12.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 748ed2bb10bab68fad00bba234cc0175bc5d570d4e5173da53190922d2cfa413
4
- data.tar.gz: 905ce53e7fefea4a9d69475c370d507e876348e38f7e296fd53b12f6c7b3923a
3
+ metadata.gz: 6f2bba888a2b50846a6384f6b5a04036b3e5e7e9e367f867b4cb23996ceb8ba1
4
+ data.tar.gz: 2ef547ce6fb466c561b1c4964d561c2c5612a2a641179b1dfdb33f555142f6b0
5
5
  SHA512:
6
- metadata.gz: dae52b87da0a0da3f1808ae5d113632b5f7262701e58e399d8eb6b8ee4d45b317f285a03efda3df8ab9f6f2e1387c04c6a1e286b294214a9fb16cbb610725381
7
- data.tar.gz: d8b04e26aeb39f2cd9abaf2f4f107a8a9d253f87b332f014fdad41cd487050c851301ebf8e01ef1a7a9f804134fab08a7b5eba22d12a9ccbdb16076d5e360bc8
6
+ metadata.gz: 5b65f19ea35eb669fc45e946afe44b7da36b75910d28b69c4f9fdd9657f23c446c0f22e5fb505bf78755537428f91dcddd391edd4d818f9cabc8b2b3ca115e68
7
+ data.tar.gz: 7acea3a93903a46f1d59ae45f83617c619812836015c58bbbab9b7ebf1e24c21708b013021eb1898ab9cfcdafaf991ae0f821db6dddbd256097a170118a0a133
@@ -1,5 +1,5 @@
1
1
  module Isomorfeus
2
2
  class AssetManager
3
- VERSION = '0.12.6'
3
+ VERSION = '0.12.7'
4
4
  end
5
5
  end
@@ -57,7 +57,7 @@ module Isomorfeus
57
57
  out_file = File.join(@imports_path, ruby_import.module_name + '.js')
58
58
  next if !Isomorfeus.development? && File.exist?(out_file)
59
59
  js_map_path = File.join(@imports_path, ruby_import.module_name + '.js.map')
60
- result = Opal::Builder.build(ruby_import.resolved_path, { es6_wrap: true })
60
+ result = Opal::Builder.build(ruby_import.resolved_path, { esm: true })
61
61
  FileUtils.mkdir_p(File.join(*[@imports_path].concat(ruby_import.module_name.split('/')[0...-1]))) if ruby_import.module_name.include?('/')
62
62
  js = result.to_s
63
63
  unless Isomorfeus.production?
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: isomorfeus-asset-manager
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.6
4
+ version: 0.12.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Biedermann