We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0d4e9a commit a92e492Copy full SHA for a92e492
lib/install/rollup/install.rb
@@ -3,7 +3,7 @@
3
run "yarn add rollup @rollup/plugin-node-resolve"
4
5
say "Add build script"
6
-build_script = "rollup -c rollup.config.js"
+build_script = "rollup -c --bundleConfigAsCjs rollup.config.js"
7
8
if (`npx -v`.to_f < 7.1 rescue "Missing")
9
say %(Add "scripts": { "build": "#{build_script}" } to your package.json), :green
lib/jsbundling/version.rb
@@ -1,3 +1,3 @@
1
module Jsbundling
2
- VERSION = "1.0.3"
+ VERSION = "1.0.4"
end
0 commit comments