mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 11:17:49 +01:00
Add Boostrap
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
const { environment } = require('@rails/webpacker')
|
||||
const webpack = require('webpack')
|
||||
|
||||
environment.plugins.append(
|
||||
'Provide',
|
||||
new webpack.ProvidePlugin({
|
||||
$: 'jquery',
|
||||
jQuery: 'jquery',
|
||||
Popper: ['popper.js', 'default']
|
||||
})
|
||||
)
|
||||
|
||||
module.exports = environment
|
||||
|
||||
Reference in New Issue
Block a user