We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f49198e commit 12a1f62Copy full SHA for 12a1f62
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## 1.1.0
4
+
5
+Defer execution of babel plugin and preset resolution until the first time `Transformer#call` is invoked.
6
7
+This prevents an exception from being raised if the railtie is loaded before node modules have been installed.
8
+As long as the babel packages are installed before `call` is invoked, you're good to go.
9
10
## 1.0.0
11
12
Support transforming to other module formats by adding `transform_to_umd` flag
lib/sprockets/bumble_d/version.rb
@@ -1,5 +1,5 @@
module Sprockets
module BumbleD
- VERSION = '1.0.0'.freeze
+ VERSION = '1.1.0'.freeze
end
0 commit comments