Sha256: 7a25aeb2ef29c718948689b9b7c61c1d8396c078cc0759539dd5322f5f001f5b
Contents?: true
Size: 621 Bytes
Versions: 202
Compression:
Stored size: 621 Bytes
Contents
/* eslint no-console:0 */ // This file is automatically compiled by Webpack and Jets, along with any other files // present in this directory. You're encouraged to place your actual application logic in // a relevant structure within app/javascript and only use these pack files to reference // that code so it'll be compiled. // // To reference this file, add <%%= javascript_pack_tag 'application' %> to the appropriate // layout file, like app/views/layouts/application.html.erb <% if @bootstrap -%> import 'bootstrap/dist/js/bootstrap'; <% end -%> import '../src/jets/crud' console.log('Hello World from Webpacker')
Version data entries
202 entries across 202 versions & 3 rubygems