Sha256: a6aa3f57b53d61d9d0893f5bdac404f86f337af76746baf810354535712072d3
Contents?: true
Size: 482 Bytes
Versions: 4
Compression:
Stored size: 482 Bytes
Contents
# frozen_string_literal: true template "esbuild.defaults.js.erb", "config/esbuild.defaults.js", force: true copy_file "jsconfig.json" say "🎉 esbuild configuration updated successfully!" say "You may need to add `$styles/` to the front of your main CSS imports." say "See https://www.bridgetownrb.com/docs/frontend-assets#esbuild-setup for details." say "⚠️ Don't forget to update the esbuild version in your `package.json` file to \"^0.19.2\"" say "and run `yarn install`!"
Version data entries
4 entries across 4 versions & 1 rubygems