Skip to content

Instantly share code, notes, and snippets.

@AnkurVyas-BTC
Created March 30, 2020 08:59
Show Gist options
  • Save AnkurVyas-BTC/b240fb521d7edfd4247e1cab729f3999 to your computer and use it in GitHub Desktop.
Save AnkurVyas-BTC/b240fb521d7edfd4247e1cab729f3999 to your computer and use it in GitHub Desktop.
const { environment } = require('@rails/webpacker')
const webpack = require('webpack')
environment.plugins.prepend('Provide',
new webpack.ProvidePlugin({
$: 'jquery/src/jquery',
jQuery: 'jquery/src/jquery'
})
)
module.exports = environment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment