Sha256: ad15c91d8c7b00c6b45066f12ba01c7e200963261b6ee9667d0a5f1c1ec3676c
Contents?: true
Size: 234 Bytes
Versions: 1
Compression:
Stored size: 234 Bytes
Contents
// Load all the channels within this directory and all subdirectories. // Channel files must be named *_channel.js. // WEbpack only // const channels = require.context('.', true, /_channel\.js$/) // channels.keys().forEach(channels)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
snowpacker-0.0.4.alpha1 | examples/rails-without-webpack/app/javascript/channels/index.js |