Sha256: a3c2cc001c61012d1407bcc4d7e6a14a46b022dc41739fecea8dcc0a6f34feb2
Contents?: true
Size: 908 Bytes
Versions: 1
Compression:
Stored size: 908 Bytes
Contents
default: &default package_manager: ${PACKAGE_MANAGER} # entry_path: app/assets/vue/entry_points # # Migrate from Webpacker: # entry_path: app/javascript/packs public_output_path: vue_assets # # Migrate from Webpacker: # public_output_path: packs # js_output: # filename: 'js/[name].[hash:8].js' # chunkFilename: 'js/[name].[hash:8].js' alias: '@': app/assets/vue # '~': app/assets/vue/components development: <<: *default # manifest_output: tmp/manifest.json devServer: contentBase: public host: localhost port: 3080 compress: true production: <<: *default manifest_output: app/assets/vue/manifest.json # Webpacker manifest_output (public/packs/manifest.json) is not suggested productionSourceMap: false css: extract: true modern: true test: <<: *default # launch_dev_service: vue-cli-service serve # filenameHashing: false
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vue_cli-rails-0.5.0 | lib/source/vue.yml |