blob: eb519b85207c0b3afd6e8d91113622b8cbd48414 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
const { environment } = require('@rails/webpacker')
// const webpack = require('webpack')
// environment.plugins.set('Provide', new webpack.ProvidePlugin({
// $: 'jquery',
// jQuery: 'jquery',
// jquery: 'jquery'
// })
// )
// const config = environment.toWebpackConfig()
// config.resolve.alias = {
// jquery: "jquery/src/jquery",
// }
module.exports = environment
|