Sha256: e0a89353d391fc59846e27f1f3e29d53a8e1e29883fc324342ae97dc43f7cfde

Contents?: true

Size: 727 Bytes

Versions: 6

Compression:

Stored size: 727 Bytes

Contents

/* eslint no-console:0 */
// This file is automatically compiled by Webpack, 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

console.log('Hello World from Webpacker')
// Support component names relative to this directory:
var componentRequireContext = require.context("components", true)
var ReactRailsUJS = require("react_ujs")
ReactRailsUJS.useContext(componentRequireContext)

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
Xwitter-0.4.0 app/javascript/packs/application.js
Xwitter-0.3.0.1 app/javascript/packs/application.js
Xwitter-0.2.2 app/javascript/packs/application.js
Xwitter-0.2.1 app/javascript/packs/application.js
Xwitter-0.2.0 app/javascript/packs/application.js
Xwitter-0.1.0 app/javascript/packs/application.js